summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-kernel/mips-sources/files/mipscvs-2.4.22-makefile-mips64-tweak.patch')
-rw-r--r--sys-kernel/mips-sources/files/mipscvs-2.4.22-makefile-mips64-tweak.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-kernel/mips-sources/files/mipscvs-2.4.22-makefile-mips64-tweak.patch b/sys-kernel/mips-sources/files/mipscvs-2.4.22-makefile-mips64-tweak.patch
deleted file mode 100644
index 08a8e791a672..000000000000
--- a/sys-kernel/mips-sources/files/mipscvs-2.4.22-makefile-mips64-tweak.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- arch/mips64/Makefile.orig 2003-10-15 05:37:01.000000000 -0400
-+++ arch/mips64/Makefile 2003-10-15 05:37:44.000000000 -0400
-@@ -288,7 +288,7 @@ endif
- # convert to ECOFF using elf2ecoff.
- #
- ifdef CONFIG_BOOT_ELF32
--GCCFLAGS += -Wa,-32 $(shell if $(CC) -Wa,-mgp64 -c -o /dev/null -xc /dev/null > /dev/null 2>&1; then echo "-Wa,-mgp64"; fi)
-+GCCFLAGS += -Wa,-mabi=o64 $(shell if $(CC) -Wa,-mgp64 -c -o /dev/null -xc /dev/null > /dev/null 2>&1; then echo "-Wa,-mgp64"; fi)
- LINKFLAGS += -T arch/mips64/ld.script.elf32
- endif
- #