projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f29244a
)
-nostdlib boilerplate.
author
Thiemo Seufer
<ths@networkno.de>
Mon, 21 Feb 2005 11:22:15 +0000
(11:22 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sat, 29 Oct 2005 18:30:41 +0000
(19:30 +0100)
Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/Makefile
b/arch/mips/Makefile
index 346e803f153bc30d078c10981382c907439b5176..dbd79bef34a020f3b7f2a7e8594393c6b5a44d81 100644
(file)
--- 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