Changeset 6cde7ca in clfs-sysroot
- Timestamp:
- Sep 9, 2007, 1:40:02 PM (17 years ago)
- Branches:
- master
- Children:
- a76a37b
- Parents:
- 657b47e
- Files:
-
- 2 deleted
- 9 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/binutils.xml
r657b47e r6cde7ca 35 35 href="../../final-system/common/binutils.xml" 36 36 xpointer="xpointer(//*[@os='p2'])"/> 37 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"39 href="../../final-system/common/binutils.xml"40 xpointer="xpointer(//*[@os='p3'])"/>41 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"43 href="../../final-system/common/binutils.xml"44 xpointer="xpointer(//*[@os='p4'])"/>45 37 46 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/hppa/binutils.xml
r657b47e r6cde7ca 34 34 href="../../final-system/common/binutils.xml" 35 35 xpointer="xpointer(//*[@os='p2'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"38 href="../../final-system/hppa/binutils.xml"39 xpointer="xpointer(//*[@os='p3'])"/>40 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"42 href="../../final-system/hppa/binutils.xml"43 xpointer="xpointer(//*[@os='p4'])"/>44 45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"46 href="../../final-system/hppa/binutils.xml"47 xpointer="xpointer(//*[@os='p5'])"/>48 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"50 href="../../final-system/hppa/binutils.xml"51 xpointer="xpointer(//*[@os='p6'])"/>52 36 53 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/common/binutils.xml
r657b47e r6cde7ca 30 30 31 31 <screen os="p2"><userinput>patch -Np1 -i ../&binutils-posix-patch;</userinput></screen> 32 33 <para os="p3">The following patches merges all updates from the &binutils-version; Branch from34 the Binutils developers:</para>35 36 <screen os="p4"><userinput>patch -Np1 -i ../&binutils-branch_update-patch;</userinput></screen>37 32 38 33 <para os="a">The Binutils documentation recommends building Binutils outside of the -
BOOK/final-system/hppa/binutils.xml
r657b47e r6cde7ca 29 29 href="../common/binutils.xml" 30 30 xpointer="xpointer(//*[@os='p2'])"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"33 href="../common/binutils.xml"34 xpointer="xpointer(//*[@os='p3'])"/>35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"37 href="../common/binutils.xml"38 xpointer="xpointer(//*[@os='p4'])"/>39 40 <para os="p5">The following patch adds TLS support to Binutils:</para>41 42 <screen os="p6"><userinput>patch -Np1 -i ../&binutils-hppa_tls-patch;</userinput></screen>43 31 44 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/introduction/common/changelog.xml
r657b47e r6cde7ca 40 40 <para>September 9, 2007</para> 41 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Updated Binutils to 2.18.</para> 44 </listitem> 42 45 <listitem> 43 46 <para>[jciccone] - Updated Glibc to 2.6.1.</para> -
BOOK/materials/common/patches.xml
r657b47e r6cde7ca 29 29 30 30 <varlistentry> 31 <term>Binutils Branch Update - <token>&binutils-branch_update-patch-size;</token>:</term>32 <listitem>33 <para>Download: <ulink34 url="&patches-root;&binutils-branch_update-patch;"/></para>35 <para>MD5 sum: <literal>&binutils-branch_update-patch-md5;</literal></para>36 </listitem>37 </varlistentry>38 39 <varlistentry>40 31 <term>Binutils Posix Patch - <token>&binutils-posix-patch-size;</token>:</term> 41 32 <listitem> -
BOOK/materials/hppa/patches.xml
r657b47e r6cde7ca 12 12 13 13 <variablelist role="materials"> 14 15 <varlistentry>16 <term>Binutils TLS Patch - <token>&binutils-hppa_tls-patch-size;</token>:</term>17 <listitem>18 <para>Download: <ulink19 url="&patches-root;&binutils-hppa_tls-patch;"/></para>20 <para>MD5 sum: <literal>&binutils-hppa_tls-patch-md5;</literal></para>21 </listitem>22 </varlistentry>23 14 24 15 <varlistentry> -
BOOK/packages.ent
r657b47e r6cde7ca 30 30 <!ENTITY bash-doc-home " "> 31 31 32 <!ENTITY binutils-version "2.1 7">33 <!ENTITY binutils-size "1 3,496KB">32 <!ENTITY binutils-version "2.18"> 33 <!ENTITY binutils-size "14,632 KB"> 34 34 <!ENTITY binutils-url "&gnu;binutils/binutils-&binutils-version;.tar.bz2"> 35 <!ENTITY binutils-md5 " e26e2e06b6e4bf3acf1dc8688a94c0d1">35 <!ENTITY binutils-md5 "9d22ee4dafa3a194457caf4706f9cf01"> 36 36 <!ENTITY binutils-home "http://sources.redhat.com/binutils"> 37 37 -
BOOK/patches.ent
r657b47e r6cde7ca 9 9 <!ENTITY bash-fixes-patch-size "32 KB"> 10 10 11 <!ENTITY binutils-branch_update-patch "binutils-&binutils-version;-branch_update-3.patch">12 <!ENTITY binutils-branch_update-patch-md5 "ba11b8a0cda2a1851f31b76afd9bbd81">13 <!ENTITY binutils-branch_update-patch-size "24 KB">14 15 11 <!ENTITY binutils-posix-patch "binutils-&binutils-version;-posix-1.patch"> 16 <!ENTITY binutils-posix-patch-md5 " 7e42a8edc0c59246bbc58c428256113c">17 <!ENTITY binutils-posix-patch-size "4 .9KB">12 <!ENTITY binutils-posix-patch-md5 "f2020cb369c2facbfd8987fa2263f31f"> 13 <!ENTITY binutils-posix-patch-size "4 KB"> 18 14 19 15 <!ENTITY coreutils-suppress-patch "coreutils-&coreutils-version;-suppress_uptime_kill_su-1.patch"> … … 139 135 <!-- PA-RISC Specific Patches --> 140 136 141 <!ENTITY binutils-hppa_tls-patch "binutils-&binutils-version;-hppa_tls-1.patch">142 <!ENTITY binutils-hppa_tls-patch-md5 "969f4d2bcd67d8d258538fbedac58c2b">143 <!ENTITY binutils-hppa_tls-patch-size "268 KB">144 145 137 <!ENTITY glibc-hppa_nptl-patch "glibc-&glibc-version;-hppa_nptl-1.patch"> 146 138 <!ENTITY glibc-hppa_nptl-patch-md5 "fd059ea12d885bc3bfa18a39d9a4949f"> -
patches/binutils-2.18-posix-1.patch
r657b47e r6cde7ca 1 1 Submitted By: Jim Gifford (patches at jg555 dot com) 2 Date: 200 5-05-063 Initial Package Version: 2.1 62 Date: 2007-09-01 3 Initial Package Version: 2.18 4 4 Origin: http://ttervo.vectorstar.net/nptl/posix-patches/binutils-2.14.90.0.7-posix-head-tail.patch 5 5 Upstream Status: Accepted/but Suspended 6 6 Description: Makes Posix Compliant 7 Rediffed against 2.16 by Jeremy Huntwork8 7 9 diff -Naur binutils-2.1 6-ORIG/gas/Makefile.am binutils-2.16/gas/Makefile.am10 --- binutils-2.1 6-ORIG/gas/Makefile.am 2005-03-22 10:31:44.000000000 -050011 +++ binutils-2.1 6/gas/Makefile.am 2005-05-06 17:08:11.859876859 -040012 @@ -7 62,13 +762,13 @@8 diff -Naur binutils-2.18.orig/gas/Makefile.am binutils-2.18/gas/Makefile.am 9 --- binutils-2.18.orig/gas/Makefile.am 2007-08-28 10:19:35.000000000 -0700 10 +++ binutils-2.18/gas/Makefile.am 2007-09-01 11:36:26.000000000 -0700 11 @@ -791,13 +791,13 @@ 13 12 against=stage2 14 13 … … 27 26 true ; \ 28 27 else \ 29 diff -Naur binutils-2.1 6-ORIG/gas/Makefile.in binutils-2.16/gas/Makefile.in30 --- binutils-2.1 6-ORIG/gas/Makefile.in 2005-04-29 09:57:16.000000000 -040031 +++ binutils-2.1 6/gas/Makefile.in 2005-05-06 17:08:11.868875659 -040032 @@ - 3164,13 +3164,13 @@28 diff -Naur binutils-2.18.orig/gas/Makefile.in binutils-2.18/gas/Makefile.in 29 --- binutils-2.18.orig/gas/Makefile.in 2007-08-28 10:19:35.000000000 -0700 30 +++ binutils-2.18/gas/Makefile.in 2007-09-01 11:36:26.000000000 -0700 31 @@ -2763,13 +2763,13 @@ 33 32 if [ -f stage3/as-new$(EXEEXT) -a ! -f stage3/as$(EXEEXT) ] ; then (cd stage3 ; ln -s as-new as$(EXEEXT)) ; fi 34 33 … … 47 46 true ; \ 48 47 else \ 49 diff -Naur binutils-2.1 6-ORIG/ld/testsuite/ld-bootstrap/bootstrap.exp binutils-2.16/ld/testsuite/ld-bootstrap/bootstrap.exp50 --- binutils-2.1 6-ORIG/ld/testsuite/ld-bootstrap/bootstrap.exp 2005-03-03 06:52:06.000000000 -050051 +++ binutils-2.1 6/ld/testsuite/ld-bootstrap/bootstrap.exp 2005-05-06 17:08:11.870875393 -040052 @@ -1 49,8 +149,8 @@48 diff -Naur binutils-2.18.orig/ld/testsuite/ld-bootstrap/bootstrap.exp binutils-2.18/ld/testsuite/ld-bootstrap/bootstrap.exp 49 --- binutils-2.18.orig/ld/testsuite/ld-bootstrap/bootstrap.exp 2007-08-06 13:00:23.000000000 -0700 50 +++ binutils-2.18/ld/testsuite/ld-bootstrap/bootstrap.exp 2007-09-01 11:36:26.000000000 -0700 51 @@ -152,8 +152,8 @@ 53 52 # Although this works, a way to set the date would be better. 54 53 # Removing or zeroing the date stamp in the binary produced by … … 61 60 exec rm tmpdir/ld2tail tmpdir/ld3tail 62 61 } else { 63 diff -Naur binutils-2.16-ORIG/ltcf-c.sh binutils-2.16/ltcf-c.sh 64 --- binutils-2.16-ORIG/ltcf-c.sh 2004-10-05 09:34:42.000000000 -0400 65 +++ binutils-2.16/ltcf-c.sh 2005-05-06 17:08:11.873874993 -0400 66 @@ -153,7 +153,7 @@ 67 # If the export-symbols file already is a .def file (1st line 68 # is EXPORTS), use it as is. 69 # If DATA tags from a recent dlltool are present, honour them! 70 - archive_expsym_cmds='if test "x`head -1 $export_symbols`" = xEXPORTS; then 71 + archive_expsym_cmds='if test "x`head -n 1 $export_symbols`" = xEXPORTS; then 72 cp $export_symbols $output_objdir/$soname-def; 73 else 74 echo EXPORTS > $output_objdir/$soname-def; 75 diff -Naur binutils-2.16-ORIG/ltcf-gcj.sh binutils-2.16/ltcf-gcj.sh 76 --- binutils-2.16-ORIG/ltcf-gcj.sh 2004-07-21 15:21:41.000000000 -0400 77 +++ binutils-2.16/ltcf-gcj.sh 2005-05-06 17:08:11.876874593 -0400 78 @@ -156,7 +156,7 @@ 79 # If the export-symbols file already is a .def file (1st line 80 # is EXPORTS), use it as is. 81 # If DATA tags from a recent dlltool are present, honour them! 82 - archive_expsym_cmds='if test "x`head -1 $export_symbols`" = xEXPORTS; then 83 + archive_expsym_cmds='if test "x`head -n 1 $export_symbols`" = xEXPORTS; then 84 cp $export_symbols $output_objdir/$soname-def; 85 else 86 echo EXPORTS > $output_objdir/$soname-def; 87 diff -Naur binutils-2.16-ORIG/src-release binutils-2.16/src-release 88 --- binutils-2.16-ORIG/src-release 2004-12-03 05:30:06.000000000 -0500 89 +++ binutils-2.16/src-release 2005-05-06 17:08:11.878874327 -0400 90 @@ -69,7 +69,7 @@ 62 diff -Naur binutils-2.18.orig/src-release binutils-2.18/src-release 63 --- binutils-2.18.orig/src-release 2007-08-12 12:04:26.000000000 -0700 64 +++ binutils-2.18/src-release 2007-09-01 11:36:38.000000000 -0700 65 @@ -73,7 +73,7 @@ 91 66 elif grep AM_INIT_AUTOMAKE $(TOOL)/configure.in >/dev/null 2>&1; then \ 92 67 sed < $(TOOL)/configure.in -n 's/AM_INIT_AUTOMAKE[^,]*, *\([^)]*\))/\1/p'; \
Note:
See TracChangeset
for help on using the changeset viewer.