diff options
author | Thiemo Seufer <ths@networkno.de> | 2005-02-21 06:22:15 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:30:41 -0400 |
commit | 9f83d839dfd2dbe421224c29f02cef77f5b4b875 (patch) | |
tree | f172c9902fef344fd8b55a54e36f761999dcdcf0 /arch/mips/Makefile | |
parent | f29244a59460a62f20885e1e3b55a845fb5a8fdb (diff) |
-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/Makefile | 2 |
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 | |||
79 | cflags-y += -I $(TOPDIR)/include/asm/gcc | 79 | cflags-y += -I $(TOPDIR)/include/asm/gcc |
80 | cflags-y += -G 0 -mno-abicalls -fno-pic -pipe | 80 | cflags-y += -G 0 -mno-abicalls -fno-pic -pipe |
81 | cflags-y += $(call cc-option, -finline-limit=100000) | 81 | cflags-y += $(call cc-option, -finline-limit=100000) |
82 | LDFLAGS_vmlinux += -G 0 -static -n | 82 | LDFLAGS_vmlinux += -G 0 -static -n -nostdlib |
83 | MODFLAGS += -mlong-calls | 83 | MODFLAGS += -mlong-calls |
84 | 84 | ||
85 | cflags-$(CONFIG_SB1XXX_CORELIS) += -mno-sched-prolog -fno-omit-frame-pointer | 85 | cflags-$(CONFIG_SB1XXX_CORELIS) += -mno-sched-prolog -fno-omit-frame-pointer |