From: Lennox Wu <lennox.wu@gmail.com>
Date: Sat, 14 Sep 2013 06:41:22 +0000 (+0800)
Subject: Score: Modify the Makefile of Score, remove -mlong-calls for compiling
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=df9e4d1c39c472cb44d81ab2ed2db503fc486e3b;p=linux.git

Score: Modify the Makefile of Score, remove -mlong-calls for compiling

Signed-off-by: Lennox Wu <lennox.wu@gmail.com>
---

diff --git a/arch/score/Makefile b/arch/score/Makefile
index 974aefe861233..9e3e060290e08 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