Changeset c1625be


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}.


Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r2d848ed rc1625be  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!ENTITY version "CLFS-SVN-20060223">
     3<!ENTITY version "CLFS-SVN-20060225">
    44<!ENTITY version-x86 "&version;-x86">
    55<!ENTITY version-x86_64 "&version;-x86_64-Multilib">
     
    1616<!ENTITY version-alpha "&version;-ALPHA">
    1717
    18 <!ENTITY releasedate "February 23, 2006">
     18<!ENTITY releasedate "February 25, 2006">
    1919<!ENTITY milestone "0.1">
    2020<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
  • introduction/sparc64/changelog.xml

    r2d848ed rc1625be  
    3333
    3434-->
     35
     36    <listitem>
     37      <para>February 25, 2006</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[jhuntwork] - Shortened some commands in temp-system gcc.
     41           The full path doesn't need to be specified because our PATH should
     42           be correct at this point and point to /cross-tools first.
     43           Also, we've already set up a variable for AS and LD - no need to
     44           use \${LFS_TARGET}-{as,ld}.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
    3548
    3649    <listitem>
  • 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.