summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-12-24 17:45:41 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-12-24 17:45:41 +0000
commit3be98095b07cac9c616932929f6955ed5b87f6d8 (patch)
treebae7c244b4c764f81e66754575bb586fd700df2d /sys-kernel/linux-sources/files
parentfix for cases where a new kdelibs is installed (diff)
downloadgentoo-2-3be98095b07cac9c616932929f6955ed5b87f6d8.tar.gz
gentoo-2-3be98095b07cac9c616932929f6955ed5b87f6d8.tar.bz2
gentoo-2-3be98095b07cac9c616932929f6955ed5b87f6d8.zip
A new linux-sources ebuild with a patch to make it work with binutils-2.11.92.0.12.3.
This problem has been fixed in 2.4.17 and above.
Diffstat (limited to 'sys-kernel/linux-sources/files')
-rw-r--r--sys-kernel/linux-sources/files/digest-linux-sources-2.4.16-r25
-rw-r--r--sys-kernel/linux-sources/files/linux-2.4.16-binutils.patch10
2 files changed, 15 insertions, 0 deletions
diff --git a/sys-kernel/linux-sources/files/digest-linux-sources-2.4.16-r2 b/sys-kernel/linux-sources/files/digest-linux-sources-2.4.16-r2
new file mode 100644
index 000000000000..f60c2a253510
--- /dev/null
+++ b/sys-kernel/linux-sources/files/digest-linux-sources-2.4.16-r2
@@ -0,0 +1,5 @@
+MD5 ab42d7130b7f25b61368dd908eb43ae2 2.4.16-low-latency.patch.gz 16384
+MD5 1b787f980061af46db1ccf3d7a616e28 XFS-20011214.patch.bz2 864256
+MD5 d22bb71a161e8e0a6813beb8c92f1b57 acpi-20011120.diff.gz 139264
+MD5 d3a363dc4f0731b57d1ed90a3eadf150 linux-2.4.16.tar.bz2 23748608
+MD5 3f06fa56bb56029823198eeb566c25db preempt-kernel-rml-2.4.16-1.patch 49152
diff --git a/sys-kernel/linux-sources/files/linux-2.4.16-binutils.patch b/sys-kernel/linux-sources/files/linux-2.4.16-binutils.patch
new file mode 100644
index 000000000000..6df732bc04d1
--- /dev/null
+++ b/sys-kernel/linux-sources/files/linux-2.4.16-binutils.patch
@@ -0,0 +1,10 @@
+--- linux/arch/i386/vmlinux.lds Mon Dec 24 10:38:51 2001
++++ linux-fixed/arch/i386/vmlinux.lds Mon Dec 24 10:39:02 2001
+@@ -71,7 +71,6 @@
+
+ /* Sections to be discarded */
+ /DISCARD/ : {
+- *(.text.exit)
+ *(.data.exit)
+ *(.exitcall.exit)
+ }