Ignore:
Timestamp:
Feb 21, 2006, 12:48:20 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
be205bc2
Parents:
6301b6a
Message:

r651@server (orig r649): jim | 2005-11-07 14:06:47 -0800

r672@server: jim | 2005-11-07 14:06:01 -0800
Removed libc sed in cross-tools gcc-final. Thanx Erik-Jan


File:
1 edited

Legend:

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

    r6301b6a r9db96cd  
    8383    href="gcc-static.xml"
    8484    xpointer="xpointer(//*[@os='aj'])"/>
    85 
    86     <para os="ba">Now we will disable <command>gcc</command>'s linking to
    87     <filename class="libraryfile">libc</filename> since it doesn't
    88     exist yet:</para>
    89 
    90 <screen os="bc"><userinput>cp gcc/config/t-slibgcc-elf-ver{,.orig}
    91 sed -e '/^SHLIB_LC = /s@-lc@@' gcc/config/t-slibgcc-elf-ver.orig \
    92  > gcc/config/t-slibgcc-elf-ver
    93 cp gcc/config/t-libunwind{,.orig}
    94 sed -e '/^SHLIB_LC = /s@-lc@@' gcc/config/t-libunwind.orig \
    95  > gcc/config/t-libunwind</userinput></screen>
    9685
    9786    <para os="bd">Finally, disable <option>-B</option> in <filename>configure</filename>,
Note: See TracChangeset for help on using the changeset viewer.