Skip to content

Commit

Permalink
Score: Modify the Makefile of Score, remove -mlong-calls for compiling
Browse files Browse the repository at this point in the history
Signed-off-by: Lennox Wu <lennox.wu@gmail.com>
  • Loading branch information
Lennox Wu committed Sep 25, 2013
1 parent 1ed62ca commit df9e4d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/score/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit df9e4d1

Please sign in to comment.