aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorLennox Wu <lennox.wu@gmail.com>2013-09-14 14:41:22 +0800
committerLennox Wu <lennox.wu@gmail.com>2013-09-26 03:46:03 +0800
commitdf9e4d1c39c472cb44d81ab2ed2db503fc486e3b (patch)
tree18d31d2dbcf6ca79f8061195e088f4c77fa845c1 /arch
parentScore: Implement the function csum_ipv6_magic (diff)
downloadlinux-dev-df9e4d1c39c472cb44d81ab2ed2db503fc486e3b.tar.xz
linux-dev-df9e4d1c39c472cb44d81ab2ed2db503fc486e3b.zip
Score: Modify the Makefile of Score, remove -mlong-calls for compiling
Signed-off-by: Lennox Wu <lennox.wu@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/score/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/score/Makefile b/arch/score/Makefile
index 974aefe86123..9e3e060290e0 100644
--- 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