Changeset a186108 in clfs-sysroot
- Timestamp:
- Nov 23, 2006, 1:02:00 PM (18 years ago)
- Branches:
- master
- Children:
- 32edd3a
- Parents:
- b1ad6cc
- Files:
-
- 1 added
- 1 deleted
- 4 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> -
BOOK/introduction/common/changelog.xml
rb1ad6cc ra186108 40 40 <para>November 23, 2006</para> 41 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Update the Glibc libgcc_eh patch to -2. The new 44 version checks to see if libgcc_eh exists and if it does Glibc will 45 link against it.</para> 46 </listitem> 42 47 <listitem> 43 48 <para>[jciccone] - Updated Man to 1.6e.</para> -
BOOK/patches.ent
rb1ad6cc ra186108 57 57 <!ENTITY glibc-minor-patch-size "4 KB"> 58 58 59 <!ENTITY glibc-libgcc_eh-patch "glibc-&glibc-version;-libgcc_eh- 1.patch">60 <!ENTITY glibc-libgcc_eh-patch-md5 " e5122ea7b89a5f22615eaadf8e46b334">61 <!ENTITY glibc-libgcc_eh-patch-size " 1KB">59 <!ENTITY glibc-libgcc_eh-patch "glibc-&glibc-version;-libgcc_eh-2.patch"> 60 <!ENTITY glibc-libgcc_eh-patch-md5 "0b7a671fd5f3cd4ce434cf534866b06a"> 61 <!ENTITY glibc-libgcc_eh-patch-size "8 KB"> 62 62 63 63 <!ENTITY glibc-localedef_segfault-patch "glibc-&glibc-version;-localedef_segfault-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.