summaryrefslogtreecommitdiff
blob: b5e44a31ee2ecd04ede944299a551c58bf3736c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- arch/mips64/Makefile.orig	2003-12-26 05:43:13.152689760 -0500
+++ arch/mips64/Makefile	2003-12-26 05:47:06.650192744 -0500
@@ -334,7 +334,7 @@ endif
 # convert to ECOFF using elf2ecoff.
 #
 ifdef CONFIG_BOOT_ELF32
-GCCFLAGS += -Wa,-32 $(call check_gas,-Wa$(comma)-mgp64,)
+GCCFLAGS += -Wa,-mabi=o64 $(call check_gas,-Wa$(comma)-mgp64,)
 LINKFLAGS += -T arch/mips64/ld.script.elf32
 endif
 #