Changeset c1625be for temp-system


Ignore:
Timestamp:
Feb 25, 2006, 11:30:01 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
dfac829
Parents:
2d848ed
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
  • temp-system/sparc64/gcc.xml

    r2d848ed rc1625be  
    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.