Changeset e711c4b in clfs-sysroot
- Timestamp:
- Mar 15, 2009, 5:37:49 PM (16 years ago)
- Branches:
- master
- Children:
- f3547a3
- Parents:
- a8ebe7f
- Files:
-
- 1 added
- 1 deleted
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/introduction/common/changelog.xml
ra8ebe7f re711c4b 40 40 <para>March 15, 2009</para> 41 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Updated Binutils to 2.19.1.</para> 44 </listitem> 42 45 <listitem> 43 46 <para>[jciccone] - Add Man Pages patch to Module-Init-Tools.</para> -
BOOK/packages.ent
ra8ebe7f re711c4b 24 24 <!ENTITY bash-home "&gnu-software;bash"> 25 25 26 <!ENTITY binutils-version "2.19 ">27 <!ENTITY binutils-size "15,86 0KB">26 <!ENTITY binutils-version "2.19.1"> 27 <!ENTITY binutils-size "15,868 KB"> 28 28 <!ENTITY binutils-url "&gnu;binutils/binutils-&binutils-version;.tar.bz2"> 29 <!ENTITY binutils-md5 " 17a52219dee5a76c1a9d9b0bfd337d66">29 <!ENTITY binutils-md5 "09a8c5821a2dfdbb20665bc0bd680791"> 30 30 <!ENTITY binutils-home "http://sources.redhat.com/binutils"> 31 31 -
BOOK/patches.ent
ra8ebe7f re711c4b 9 9 <!ENTITY bash-branch_update-patch-size "14 KB"> 10 10 11 <!ENTITY binutils-branch_update-patch "binutils-&binutils-version;-branch_update- 4.patch">12 <!ENTITY binutils-branch_update-patch-md5 " 4f587bb8161b08e60b7e7bc98c56ff7d">13 <!ENTITY binutils-branch_update-patch-size " 120KB">11 <!ENTITY binutils-branch_update-patch "binutils-&binutils-version;-branch_update-1.patch"> 12 <!ENTITY binutils-branch_update-patch-md5 "bd1b2aa7ffe522a65c2dd1cdd373e563"> 13 <!ENTITY binutils-branch_update-patch-size "555 KB"> 14 14 15 15 <!ENTITY binutils-posix-patch "binutils-&binutils-version;-posix-1.patch"> 16 <!ENTITY binutils-posix-patch-md5 " f2020cb369c2facbfd8987fa2263f31f">17 <!ENTITY binutils-posix-patch-size " 4KB">16 <!ENTITY binutils-posix-patch-md5 "beb4af55c8de949235758e6436e689e7"> 17 <!ENTITY binutils-posix-patch-size "3 KB"> 18 18 19 19 <!ENTITY coreutils-uname-patch "coreutils-&coreutils-version;-uname-1.patch"> -
patches/binutils-2.19.1-posix-1.patch
ra8ebe7f re711c4b 1 Submitted By: Jim Gifford ( patches at jg555 dot com)2 Date: 200 7-09-013 Initial Package Version: 2.1 81 Submitted By: Jim Gifford (jim at cross-lfs dot org) 2 Date: 2009-02-03 3 Initial Package Version: 2.19.1 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 for 2.19.1 7 8 8 diff -Naur binutils-2.1 8.orig/gas/Makefile.am binutils-2.18/gas/Makefile.am9 --- binutils-2.1 8.orig/gas/Makefile.am 2007-08-28 10:19:35.000000000 -070010 +++ binutils-2.1 8/gas/Makefile.am 2007-09-01 11:36:26.000000000 -070011 @@ - 791,13 +791,13 @@9 diff -Naur binutils-2.19.1.orig/gas/Makefile.am binutils-2.19.1/gas/Makefile.am 10 --- binutils-2.19.1.orig/gas/Makefile.am 2009-01-14 00:50:17.000000000 -0800 11 +++ binutils-2.19.1/gas/Makefile.am 2009-02-03 08:38:25.477991618 -0800 12 @@ -810,13 +810,13 @@ 12 13 against=stage2 13 14 … … 26 27 true ; \ 27 28 else \ 28 diff -Naur binutils-2.1 8.orig/gas/Makefile.in binutils-2.18/gas/Makefile.in29 --- binutils-2.1 8.orig/gas/Makefile.in 2007-08-28 10:19:35.000000000 -070030 +++ binutils-2.1 8/gas/Makefile.in 2007-09-01 11:36:26.000000000 -070031 @@ -27 63,13 +2763,13 @@29 diff -Naur binutils-2.19.1.orig/gas/Makefile.in binutils-2.19.1/gas/Makefile.in 30 --- binutils-2.19.1.orig/gas/Makefile.in 2009-01-14 00:50:17.000000000 -0800 31 +++ binutils-2.19.1/gas/Makefile.in 2009-02-03 08:38:25.477991618 -0800 32 @@ -2774,13 +2774,13 @@ 32 33 if [ -f stage3/as-new$(EXEEXT) -a ! -f stage3/as$(EXEEXT) ] ; then (cd stage3 ; ln -s as-new as$(EXEEXT)) ; fi 33 34 … … 46 47 true ; \ 47 48 else \ 48 diff -Naur binutils-2.1 8.orig/ld/testsuite/ld-bootstrap/bootstrap.exp binutils-2.18/ld/testsuite/ld-bootstrap/bootstrap.exp49 --- binutils-2.1 8.orig/ld/testsuite/ld-bootstrap/bootstrap.exp 2007-08-06 13:00:23.000000000 -070050 +++ binutils-2.1 8/ld/testsuite/ld-bootstrap/bootstrap.exp 2007-09-01 11:36:26.000000000 -070049 diff -Naur binutils-2.19.1.orig/ld/testsuite/ld-bootstrap/bootstrap.exp binutils-2.19.1/ld/testsuite/ld-bootstrap/bootstrap.exp 50 --- binutils-2.19.1.orig/ld/testsuite/ld-bootstrap/bootstrap.exp 2007-07-06 07:09:42.000000000 -0700 51 +++ binutils-2.19.1/ld/testsuite/ld-bootstrap/bootstrap.exp 2009-02-03 08:38:25.481991618 -0800 51 52 @@ -152,8 +152,8 @@ 52 53 # Although this works, a way to set the date would be better. … … 60 61 exec rm tmpdir/ld2tail tmpdir/ld3tail 61 62 } else { 62 diff -Naur binutils-2.1 8.orig/src-release binutils-2.18/src-release63 --- binutils-2.1 8.orig/src-release 2007-08-12 12:04:26.000000000 -070064 +++ binutils-2.1 8/src-release 2007-09-01 11:36:38.000000000 -070065 @@ -7 3,7 +73,7 @@63 diff -Naur binutils-2.19.1.orig/src-release binutils-2.19.1/src-release 64 --- binutils-2.19.1.orig/src-release 2008-06-18 16:20:43.000000000 -0700 65 +++ binutils-2.19.1/src-release 2009-02-03 08:38:25.481991618 -0800 66 @@ -71,7 +71,7 @@ 66 67 elif grep AM_INIT_AUTOMAKE $(TOOL)/configure.in >/dev/null 2>&1; then \ 67 68 sed < $(TOOL)/configure.in -n 's/AM_INIT_AUTOMAKE[^,]*, *\([^)]*\))/\1/p'; \
Note:
See TracChangeset
for help on using the changeset viewer.