Changeset 8049c26


Ignore:
Timestamp:
May 1, 2006, 12:34:45 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
151da97
Parents:
8d86489
Message:

r3204@server (orig r1494): chris | 2006-04-30 21:29:56 -0700
Removed the full path from the make commands for cross-gcc and temp gcc, and replaced sparc64 temp gcc make command with an xinclude

Location:
BOOK
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/x86/gcc-final.xml

    r8d86489 r8049c26  
    153153    <para os="bh">Continue with compiling the package:</para>
    154154
    155 <screen os="bi"><userinput>make AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" \
    156 LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen>
     155<screen os="bi"><userinput>make AS_FOR_TARGET="${LFS_TARGET}-as" \
     156LD_FOR_TARGET="${LFS_TARGET}-ld"</userinput></screen>
    157157
    158158    <para os="bj">Install the package:</para>
  • BOOK/temp-system/mips/gcc.xml

    r8d86489 r8049c26  
    112112
    113113<screen os="cn"><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}" CXXFLAGS_FOR_TARGET="${GCCTARGET}" \
    114 AS_FOR_TARGET="/cross-tools/bin/${AS}" LD_FOR_TARGET="/cross-tools/bin/${LD}"</userinput></screen>
     114AS_FOR_TARGET="${AS}" LD_FOR_TARGET="${LD}"</userinput></screen>
    115115
    116116    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/sparc64/gcc.xml

    r8d86489 r8049c26  
    115115    xpointer="xpointer(//*[@os='cm'])"/>
    116116
    117 <screen os="cn"><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}" CXXFLAGS_FOR_TARGET="${GCCTARGET}" \
    118 AS_FOR_TARGET="${AS}" LD_FOR_TARGET="${LD}"</userinput></screen>
     117    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     118    href="../mips/gcc.xml"
     119    xpointer="xpointer(//*[@os='cn'])"/>
    119120
    120121    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/x86/gcc.xml

    r8d86489 r8049c26  
    118118    <para os="cm">Compile the package:</para>
    119119
    120 <screen os="cn"><userinput>make AS_FOR_TARGET="/cross-tools/bin/${AS}" \
    121 LD_FOR_TARGET="/cross-tools/bin/${LD}"</userinput></screen>
     120<screen os="cn"><userinput>make AS_FOR_TARGET="${AS}" \
     121LD_FOR_TARGET="${LD}"</userinput></screen>
    122122
    123123    <para os="co">Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.