diff options
author | Joshua Kinard <kumba@gentoo.org> | 2003-08-26 07:35:13 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2003-08-26 07:35:13 +0000 |
commit | 64af499c828595a85aeeb7cede5945b5b13a6958 (patch) | |
tree | 719cdab61fd1affbd08192e71a1a7577c64c0b79 /sys-kernel/mips-headers/files | |
parent | New CVS snapshot from 20030825 for MIPS (diff) | |
download | gentoo-2-64af499c828595a85aeeb7cede5945b5b13a6958.tar.gz gentoo-2-64af499c828595a85aeeb7cede5945b5b13a6958.tar.bz2 gentoo-2-64af499c828595a85aeeb7cede5945b5b13a6958.zip |
New CVS snapshot from 20030825 for MIPS
Diffstat (limited to 'sys-kernel/mips-headers/files')
-rw-r--r-- | sys-kernel/mips-headers/files/digest-mips-headers-2.4.22-r1 | 2 | ||||
-rw-r--r-- | sys-kernel/mips-headers/files/mipscvs-2.4.22-20030825-makefile-fix.patch | 43 |
2 files changed, 45 insertions, 0 deletions
diff --git a/sys-kernel/mips-headers/files/digest-mips-headers-2.4.22-r1 b/sys-kernel/mips-headers/files/digest-mips-headers-2.4.22-r1 new file mode 100644 index 000000000000..d6bc27d26c18 --- /dev/null +++ b/sys-kernel/mips-headers/files/digest-mips-headers-2.4.22-r1 @@ -0,0 +1,2 @@ +MD5 75dc85149b06ac9432106b8941eb9f7b linux-2.4.22.tar.bz2 29528612 +MD5 0db06b0c2fcc7cdcb9993cd0095e153e mipscvs-2.4.22-20030825.diff.bz2 132364 diff --git a/sys-kernel/mips-headers/files/mipscvs-2.4.22-20030825-makefile-fix.patch b/sys-kernel/mips-headers/files/mipscvs-2.4.22-20030825-makefile-fix.patch new file mode 100644 index 000000000000..a3f009e0dc86 --- /dev/null +++ b/sys-kernel/mips-headers/files/mipscvs-2.4.22-20030825-makefile-fix.patch @@ -0,0 +1,43 @@ +--- arch/mips/Makefile.orig 2003-08-25 22:50:20.000000000 -0400 ++++ arch/mips/Makefile 2003-08-25 22:50:57.000000000 -0400 +@@ -72,7 +72,7 @@ ifdef CONFIG_CPU_VR41XX + GCCFLAGS += -mcpu=r4600 -mips2 -Wa,--trap + endif + ifdef CONFIG_CPU_R4X00 +-GCCFLAGS += -mcpu=r4600 -mips2 -Wa,--trap ++GCCFLAGS += -mips3 -Wa,--trap + endif + ifdef CONFIG_CPU_TX49XX + GCCFLAGS += -mcpu=r4600 -mips2 -Wa,--trap +@@ -84,14 +84,14 @@ ifdef CONFIG_CPU_MIPS64 + GCCFLAGS += -mcpu=r4600 -mips2 -Wa,--trap + endif + ifdef CONFIG_CPU_R5000 +-GCCFLAGS += -mcpu=r5000 -mips2 -Wa,--trap ++GCCFLAGS += -mips4 -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 -Wa,--trap + endif + ifdef CONFIG_CPU_RM7000 + GCCFLAGS += $(call check_gcc, -march=rm7000, -mcpu=r5000) \ +--- arch/mips64/Makefile.orig 2003-08-25 22:52:01.000000000 -0400 ++++ arch/mips64/Makefile 2003-08-25 22:52:42.000000000 -0400 +@@ -55,10 +55,10 @@ ifdef CONFIG_CPU_R4300 + GCCFLAGS += -mcpu=r4300 -mips3 + endif + ifdef CONFIG_CPU_R4X00 +-GCCFLAGS += -mcpu=r4600 -mips3 ++GCCFLAGS += -mips3 + endif + ifdef CONFIG_CPU_R5000 +-GCCFLAGS += -mcpu=r8000 -mips4 ++GCCFLAGS += -mips4 + endif + ifdef CONFIG_CPU_NEVADA + GCCFLAGS += -mcpu=r8000 -mips3 -mmad |