-nostdlib boilerplate.
Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
f29244a594
commit
9f83d839df
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ endif
|
||||||
cflags-y += -I $(TOPDIR)/include/asm/gcc
|
cflags-y += -I $(TOPDIR)/include/asm/gcc
|
||||||
cflags-y += -G 0 -mno-abicalls -fno-pic -pipe
|
cflags-y += -G 0 -mno-abicalls -fno-pic -pipe
|
||||||
cflags-y += $(call cc-option, -finline-limit=100000)
|
cflags-y += $(call cc-option, -finline-limit=100000)
|
||||||
LDFLAGS_vmlinux += -G 0 -static -n
|
LDFLAGS_vmlinux += -G 0 -static -n -nostdlib
|
||||||
MODFLAGS += -mlong-calls
|
MODFLAGS += -mlong-calls
|
||||||
|
|
||||||
cflags-$(CONFIG_SB1XXX_CORELIS) += -mno-sched-prolog -fno-omit-frame-pointer
|
cflags-$(CONFIG_SB1XXX_CORELIS) += -mno-sched-prolog -fno-omit-frame-pointer
|
||||||
|
|
Loading…
Add table
Reference in a new issue