diff options
author | 2003-08-15 02:43:59 +0000 | |
---|---|---|
committer | 2003-08-15 02:43:59 +0000 | |
commit | 3c8214ca3d19279a20dd0e72065139732290efe1 (patch) | |
tree | b2e32b155cad2a61080a560b4062b3885447f2b0 /sys-kernel/mips-prepatch-sources/files | |
parent | Initial ebuild of linux-2.4.22-rc2 for MIPS systems. (diff) | |
download | gentoo-2-3c8214ca3d19279a20dd0e72065139732290efe1.tar.gz gentoo-2-3c8214ca3d19279a20dd0e72065139732290efe1.tar.bz2 gentoo-2-3c8214ca3d19279a20dd0e72065139732290efe1.zip |
Initial ebuild of linux-2.4.22-rc2 for MIPS systems.
Diffstat (limited to 'sys-kernel/mips-prepatch-sources/files')
-rw-r--r-- | sys-kernel/mips-prepatch-sources/files/digest-mips-prepatch-sources-2.4.22_rc2-r1 | 3 | ||||
-rw-r--r-- | sys-kernel/mips-prepatch-sources/files/mips-gcc-makefile-fix-20030813.patch | 28 |
2 files changed, 31 insertions, 0 deletions
diff --git a/sys-kernel/mips-prepatch-sources/files/digest-mips-prepatch-sources-2.4.22_rc2-r1 b/sys-kernel/mips-prepatch-sources/files/digest-mips-prepatch-sources-2.4.22_rc2-r1 new file mode 100644 index 000000000000..487b02e8ca79 --- /dev/null +++ b/sys-kernel/mips-prepatch-sources/files/digest-mips-prepatch-sources-2.4.22_rc2-r1 @@ -0,0 +1,3 @@ +MD5 f51e12efa18bb828cf57d9d4a81b2fb1 linux-2.4.21.tar.bz2 28533733 +MD5 141f00e759d6aa30cc0b2a25f1f0d60e patch-2.4.22-rc2.bz2 4290549 +MD5 ea8b93ffb1a629d55982b7768edad78d mipscvs-2.4.22-rc2-20030813.diff.bz2 1023647 diff --git a/sys-kernel/mips-prepatch-sources/files/mips-gcc-makefile-fix-20030813.patch b/sys-kernel/mips-prepatch-sources/files/mips-gcc-makefile-fix-20030813.patch new file mode 100644 index 000000000000..587b18073870 --- /dev/null +++ b/sys-kernel/mips-prepatch-sources/files/mips-gcc-makefile-fix-20030813.patch @@ -0,0 +1,28 @@ +--- arch/mips/Makefile.orig 2003-08-13 20:45:28.000000000 -0400 ++++ arch/mips/Makefile 2003-08-13 20:46:30.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) \ |