summaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
authorThiemo Seufer2005-02-21 12:22:15 +0100
committerRalf Baechle2005-10-29 20:30:41 +0200
commit9f83d839dfd2dbe421224c29f02cef77f5b4b875 (patch)
treef172c9902fef344fd8b55a54e36f761999dcdcf0 /arch/mips/Makefile
parentFix compilation, and bring 32/64 bit variants more in line. (diff)
downloadkernel-qcow2-linux-9f83d839dfd2dbe421224c29f02cef77f5b4b875.tar.gz
kernel-qcow2-linux-9f83d839dfd2dbe421224c29f02cef77f5b4b875.tar.xz
kernel-qcow2-linux-9f83d839dfd2dbe421224c29f02cef77f5b4b875.zip
-nostdlib boilerplate.
Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r--arch/mips/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index 346e803f153b..dbd79bef34a0 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -79,7 +79,7 @@ endif
cflags-y += -I $(TOPDIR)/include/asm/gcc
cflags-y += -G 0 -mno-abicalls -fno-pic -pipe
cflags-y += $(call cc-option, -finline-limit=100000)
-LDFLAGS_vmlinux += -G 0 -static -n
+LDFLAGS_vmlinux += -G 0 -static -n -nostdlib
MODFLAGS += -mlong-calls
cflags-$(CONFIG_SB1XXX_CORELIS) += -mno-sched-prolog -fno-omit-frame-pointer