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

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