Changeset a186108 in clfs-sysroot for BOOK/cross-tools
- Timestamp:
- Nov 23, 2006, 1:02:00 PM (18 years ago)
- Branches:
- master
- Children:
- 32edd3a
- Parents:
- b1ad6cc
- Location:
- BOOK/cross-tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/glibc.xml
rb1ad6cc ra186108 33 33 <screen os="u2"><userinput>tar -jxvf ../glibc-ports-&glibc-ports-version;.tar.bz2 34 34 mv -v glibc-ports-&glibc-version; ports</userinput></screen> 35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"37 href="../common/glibc.xml"38 xpointer="xpointer(//*[@os='pa'])"/>39 35 40 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
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.