Changeset aa7d916 in clfs-sysroot for BOOK/cross-tools
- Timestamp:
- Nov 7, 2006, 2:09:52 PM (18 years ago)
- Branches:
- master
- Children:
- a13e113
- Parents:
- b9b48cc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/glibc.xml
rb9b48cc raa7d916 43 43 <para>If you need to recompile glibc after the GCC Final Cross-Compiler 44 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 libgcc45 building glibc with a static GCC because when gcc is built static, libgcc 46 46 contains the symbols that would normaly exist in libgcc_eh.</para> 47 47 </note> … … 62 62 <screen os="p6"><userinput>patch -Np1 -i ../&glibc-crosscompile_timezone_fix-patch;</userinput></screen> 63 63 64 <para os="p7">The following patch fixes an issue with iconv:</para> 65 66 <screen os="p8"><userinput>patch -Np1 -i ../&glibc-iconv_fix-patch;</userinput></screen> 64 <para os="p7">The following corrects the Minor version, changing the value 65 from 4 to 5:</para> 66 67 <screen os="p8"><userinput>patch -Np1 -i ../&glibc-minor-patch;</userinput></screen> 67 68 68 69 <para os="b">The Glibc documentation recommends building Glibc outside of the
Note:
See TracChangeset
for help on using the changeset viewer.