Changeset 370a93da for cross-tools


Ignore:
Timestamp:
May 1, 2006, 12:34:45 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
9bca5bd
Parents:
849c06a
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

File:
1 edited

Legend:

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

    r849c06a r370a93da  
    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>
Note: See TracChangeset for help on using the changeset viewer.