Changeset 9db96cd for cross-tools/x86
- Timestamp:
- Feb 21, 2006, 12:48:20 AM (19 years ago)
- Children:
- be205bc2
- Parents:
- 6301b6a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cross-tools/x86/gcc-final.xml
r6301b6a r9db96cd 83 83 href="gcc-static.xml" 84 84 xpointer="xpointer(//*[@os='aj'])"/> 85 86 <para os="ba">Now we will disable <command>gcc</command>'s linking to87 <filename class="libraryfile">libc</filename> since it doesn't88 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-ver93 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>96 85 97 86 <para os="bd">Finally, disable <option>-B</option> in <filename>configure</filename>,
Note:
See TracChangeset
for help on using the changeset viewer.