diff options
author | Lennox Wu <lennox.wu@gmail.com> | 2013-09-14 02:41:22 -0400 |
---|---|---|
committer | Lennox Wu <lennox.wu@gmail.com> | 2013-09-25 15:46:03 -0400 |
commit | df9e4d1c39c472cb44d81ab2ed2db503fc486e3b (patch) | |
tree | 18d31d2dbcf6ca79f8061195e088f4c77fa845c1 /arch | |
parent | 1ed62ca648557b884d117a4a8bbcf2ae4e2d1153 (diff) |
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/Makefile | 4 |
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__ \ | |||
20 | # | 20 | # |
21 | KBUILD_AFLAGS += $(cflags-y) | 21 | KBUILD_AFLAGS += $(cflags-y) |
22 | KBUILD_CFLAGS += $(cflags-y) | 22 | KBUILD_CFLAGS += $(cflags-y) |
23 | KBUILD_AFLAGS_MODULE += -mlong-calls | 23 | KBUILD_AFLAGS_MODULE += |
24 | KBUILD_CFLAGS_MODULE += -mlong-calls | 24 | KBUILD_CFLAGS_MODULE += |
25 | LDFLAGS += --oformat elf32-littlescore | 25 | LDFLAGS += --oformat elf32-littlescore |
26 | LDFLAGS_vmlinux += -G0 -static -nostdlib | 26 | LDFLAGS_vmlinux += -G0 -static -nostdlib |
27 | 27 | ||