Changeset 7d4cf79 for BOOK/cross-tools/x86
- Timestamp:
- Feb 21, 2006, 12:48:20 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- de1878b7
- Parents:
- da9f193
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/x86/gcc-final.xml
rda9f193 r7d4cf79 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.