mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
-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
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user