[3.11.y.z extended stable] Patch "Score: Modify the Makefile of Score, remove -mlong-calls for compiling" has been added to staging queue

Luis Henriques luis.henriques at canonical.com
Thu Jul 10 11:18:56 UTC 2014


This is a note to let you know that I have just added a patch titled

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

to the linux-3.11.y-queue branch of the 3.11.y.z extended stable tree 
which can be found at:

 http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=shortlog;h=refs/heads/linux-3.11.y-queue

If you, or anyone else, feels it should not be added to this tree, please 
reply to this email.

For more information about the 3.11.y.z tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable

Thanks.
-Luis

------

>From f1a2ca2c068f5c138b80b6dce009c2ff79fa88a9 Mon Sep 17 00:00:00 2001
From: Lennox Wu <lennox.wu at gmail.com>
Date: Sat, 14 Sep 2013 14:41:22 +0800
Subject: Score: Modify the Makefile of Score, remove -mlong-calls for
 compiling

commit df9e4d1c39c472cb44d81ab2ed2db503fc486e3b upstream.

Signed-off-by: Lennox Wu <lennox.wu at gmail.com>
Cc: Guenter Roeck <linux at roeck-us.net>
Signed-off-by: Luis Henriques <luis.henriques at canonical.com>
---
 arch/score/Makefile | 4 ++--
 1 file 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

--
1.9.1





More information about the kernel-team mailing list