summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2003-08-04 05:56:07 +0000
committerJoshua Kinard <kumba@gentoo.org>2003-08-04 05:56:07 +0000
commit70737e49966a96b305041ed3aca04fbef3c49824 (patch)
tree44f4e1061ea146fe29350b70d4e4888457632606 /sys-kernel/mips-headers/files
parentNew snapshot of linux-mips CVS from 20030803 (diff)
downloadgentoo-2-70737e49966a96b305041ed3aca04fbef3c49824.tar.gz
gentoo-2-70737e49966a96b305041ed3aca04fbef3c49824.tar.bz2
gentoo-2-70737e49966a96b305041ed3aca04fbef3c49824.zip
New snapshot of linux-mips CVS from 20030803
Diffstat (limited to 'sys-kernel/mips-headers/files')
-rw-r--r--sys-kernel/mips-headers/files/digest-mips-headers-2.4.21-r22
-rw-r--r--sys-kernel/mips-headers/files/mips-patches-gcc-makefile-fix.patch28
2 files changed, 30 insertions, 0 deletions
diff --git a/sys-kernel/mips-headers/files/digest-mips-headers-2.4.21-r2 b/sys-kernel/mips-headers/files/digest-mips-headers-2.4.21-r2
new file mode 100644
index 000000000000..9e16838f5d98
--- /dev/null
+++ b/sys-kernel/mips-headers/files/digest-mips-headers-2.4.21-r2
@@ -0,0 +1,2 @@
+MD5 f51e12efa18bb828cf57d9d4a81b2fb1 linux-2.4.21.tar.bz2 28533733
+MD5 aea17fa0a6fc0bef9847b8713d4c3923 mipscvs-2.4.21-20030803.diff.bz2 1011871
diff --git a/sys-kernel/mips-headers/files/mips-patches-gcc-makefile-fix.patch b/sys-kernel/mips-headers/files/mips-patches-gcc-makefile-fix.patch
new file mode 100644
index 000000000000..18bd1e135426
--- /dev/null
+++ b/sys-kernel/mips-headers/files/mips-patches-gcc-makefile-fix.patch
@@ -0,0 +1,28 @@
+--- arch/mips/Makefile.orig 2003-08-03 18:24:17.000000000 -0400
++++ arch/mips/Makefile 2003-08-03 18:25:59.000000000 -0400
+@@ -69,7 +69,7 @@ ifdef CONFIG_CPU_VR41XX
+ GCCFLAGS += -mcpu=r4600 -mips2 -Wa,--trap
+ endif
+ ifdef CONFIG_CPU_R4X00
+-GCCFLAGS += -mcpu=r4600 -mips2 -Wa,--trap
++GCCFLAGS += -mips3 -mabi=32 -Wa,--trap
+ endif
+ ifdef CONFIG_CPU_TX49XX
+ GCCFLAGS += -mcpu=r4600 -mips2 -Wa,--trap
+@@ -81,14 +81,14 @@ ifdef CONFIG_CPU_MIPS64
+ GCCFLAGS += -mcpu=r4600 -mips2 -Wa,--trap
+ endif
+ ifdef CONFIG_CPU_R5000
+-GCCFLAGS += -mcpu=r5000 -mips2 -Wa,--trap
++GCCFLAGS += -mips4 -mabi=32 -Wa,--trap
+ endif
+ ifdef CONFIG_CPU_R5432
+ GCCFLAGS += -mcpu=r5000 -mips2 -Wa,--trap
+ endif
+ ifdef CONFIG_CPU_NEVADA
+ # Cannot use -mmad with currently recommended tools
+-GCCFLAGS += -mcpu=r5000 -mips2 -Wa,--trap
++GCCFLAGS += -mips4 -mabi=32 -Wa,--trap
+ endif
+ ifdef CONFIG_CPU_RM7000
+ GCCFLAGS += -mcpu=r5000 -mips2 -Wa,--trap