Changeset a186108 in clfs-sysroot for BOOK/cross-tools/common
- Timestamp:
- Nov 23, 2006, 1:02:00 PM (18 years ago)
- Branches:
- master
- Children:
- 32edd3a
- Parents:
- b1ad6cc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/glibc.xml
rb1ad6cc ra186108 40 40 </note> 41 41 42 <note os="pa"> 43 <para>If you need to recompile glibc after the GCC Final Cross-Compiler 44 is installed do not apply the libgcc_eh patch. This patch is applied when 45 building glibc with a static GCC because when gcc is built static, libgcc 46 contains the symbols that would normaly exist in libgcc_eh.</para> 47 </note> 48 49 <para os="p1">Disable linking to <filename>libgcc_eh</filename>:</para> 42 <para os="p1">The following patch will check for the existance of 43 <filename>libgcc_eh</filename>. When GCC is built static the contents of 44 <filename>libgcc_eh</filename> will be in <filename>libgcc</filename> 45 instead. If <filename>libgcc_eh</filename> exists the link to it:</para> 50 46 51 47 <screen os="p2"><userinput>patch -Np1 -i ../&glibc-libgcc_eh-patch;</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.