projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ed62ca
)
Score: Modify the Makefile of Score, remove -mlong-calls for compiling
author
Lennox Wu
<lennox.wu@gmail.com>
Sat, 14 Sep 2013 06:41:22 +0000
(14:41 +0800)
committer
Lennox Wu
<lennox.wu@gmail.com>
Wed, 25 Sep 2013 19:46:03 +0000
(
03:46
+0800)
Signed-off-by: Lennox Wu <lennox.wu@gmail.com>
arch/score/Makefile
patch
|
blob
|
history
diff --git
a/arch/score/Makefile
b/arch/score/Makefile
index 974aefe861233b8615ed61253a6f7a1d4b21085c..9e3e060290e0895529c864d7e6892e0c47708f43 100644
(file)
--- a/
arch/score/Makefile
+++ b/
arch/score/Makefile
@@
-20,8
+20,8
@@
cflags-y += -G0 -pipe -mel -mnhwloop -D__SCOREEL__ \
#
KBUILD_AFLAGS += $(cflags-y)
KBUILD_CFLAGS += $(cflags-y)
-KBUILD_AFLAGS_MODULE +=
-mlong-calls
-KBUILD_CFLAGS_MODULE +=
-mlong-calls
+KBUILD_AFLAGS_MODULE +=
+KBUILD_CFLAGS_MODULE +=
LDFLAGS += --oformat elf32-littlescore
LDFLAGS_vmlinux += -G0 -static -nostdlib