Changeset 29e43eb for BOOK/temp-system


Ignore:
Timestamp:
Feb 25, 2006, 11:30:01 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:
2df03f3
Parents:
371d2dc
Message:

r2414@server (orig r1204): jhuntwork | 2006-02-25 11:26:14 -0800
Shortened some commands in temp-system gcc for sparc64.
The full path doesn't need to be specified because our PATH should be correct at this point and point to /cross-tools first.
Also, we've already set up a variable for AS and LD - no need to use ${LFS_TARGET}-{as,ld}.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/sparc64/gcc.xml

    r371d2dc r29e43eb  
    108108
    109109<screen os="cn"><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}" CXXFLAGS_FOR_TARGET="${GCCTARGET}" \
    110 AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen>
     110AS_FOR_TARGET="${AS}" LD_FOR_TARGET="${LD}"</userinput></screen>
    111111
    112112    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.