diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-02-10 14:13:08 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-02-14 19:13:25 +0000 |
commit | fbb6b3a4ac0ccf12a97c98881d9d873d6dc26fe5 (patch) | |
tree | 142b03c1852dec27cbb3a3654c34679e19617a2b /arch/mips | |
parent | 3218357c94af92478ef39163163a81e654385320 (diff) | |
download | op-kernel-dev-fbb6b3a4ac0ccf12a97c98881d9d873d6dc26fe5.zip op-kernel-dev-fbb6b3a4ac0ccf12a97c98881d9d873d6dc26fe5.tar.gz |
[MIPS] Get rid of kludgery needed to keep stdargs of old compilers working.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 6a57407..38c0f336 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -94,7 +94,6 @@ endif # machines may also. Since BFD is incredibly buggy with respect to # crossformat linking we rely on the elf2ecoff tool for format conversion. # -cflags-y += -I $(TOPDIR)/include/asm/gcc cflags-y += -G 0 -mno-abicalls -fno-pic -pipe LDFLAGS_vmlinux += -G 0 -static -n -nostdlib MODFLAGS += -mlong-calls |