Author: robert Date: 2009-05-31 18:26:51 -0600 (Sun, 31 May 2009) New Revision: 1526
Modified: branches/Onward/downloads/patches.txt branches/Onward/temporary_system/binutils_pass1.txt branches/Onward/temporary_system/binutils_pass2.txt Log: Added binutils cvs update patch Modified: branches/Onward/downloads/patches.txt =================================================================== --- branches/Onward/downloads/patches.txt 2009-05-17 23:47:32 UTC (rev 1525) +++ branches/Onward/downloads/patches.txt 2009-06-01 00:26:51 UTC (rev 1526) @@ -4,6 +4,9 @@ # Binutils PT_PaX patch: http://pax.grsecurity.net/binutils-2.19-pt-pax-flags-200811041810.patch +# Binutils Branch Update patch: +http://www.linuxfromscratch.org/~robert/new/patches/binutils-2.19.1-branch_update.diff + # Cross LFS Bootscripts temporary tools patch http://www.linuxfromscratch.org/~rbaker/bootscripts-cross-lfs-1.1.0-hlfs-temp.patch Modified: branches/Onward/temporary_system/binutils_pass1.txt =================================================================== --- branches/Onward/temporary_system/binutils_pass1.txt 2009-05-17 23:47:32 UTC (rev 1525) +++ branches/Onward/temporary_system/binutils_pass1.txt 2009-06-01 00:26:51 UTC (rev 1526) @@ -1,5 +1,9 @@ # Temporary tools - Binutils Pass 1 +# Update changes from the binutils-2.19.1 CVS branch: + +patch -p1 -i ../binutils-2.19.1-branch_update.diff && + # Add PT_PaX header marking support. These markings are using by the PaX # kernel, and Pax-utils, to identify which programs need things like executable # stack, etc. Without this patch the PaX kernel must use legacy mode, and this Modified: branches/Onward/temporary_system/binutils_pass2.txt =================================================================== --- branches/Onward/temporary_system/binutils_pass2.txt 2009-05-17 23:47:32 UTC (rev 1525) +++ branches/Onward/temporary_system/binutils_pass2.txt 2009-06-01 00:26:51 UTC (rev 1526) @@ -1,5 +1,6 @@ # Temporary tools - Binutils Pass 2 +patch -p1 -i ../binutils-2.19.1-branch_update.diff && patch -p1 -i ../binutils-2.19-pt-pax-flags-200811041810.patch && # Binutils libiberty has the same bug GCC has: -- http://linuxfromscratch.org/mailman/listinfo/hlfs-book FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
