summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
diff options
context:
space:
mode:
authorChris Zankel <chris@zankel.net>2010-05-02 01:00:22 -0700
committerChris Zankel <chris@zankel.net>2010-05-02 01:00:22 -0700
commitcf1c0aaf816ecc90106d997c0af3f7cdde6c2a71 (patch)
tree01675289e91831767de41522dbecbc8b807a2e6a /arch/xtensa
parent8b307f9c471c7d198070227be26007258b43140e (diff)
downloadop-kernel-dev-cf1c0aaf816ecc90106d997c0af3f7cdde6c2a71.zip
op-kernel-dev-cf1c0aaf816ecc90106d997c0af3f7cdde6c2a71.tar.gz
xtensa: Add -mforce-no-pic option is supported
GCC is configured to always compile with PIC enabled for the Xtensa architecture. This fails when nfsroot is enabled as the code uses a non-conformant segment that mismatches in permissione with a read-only segment. A patch has been submitted to GCC to add the machine-option 'force-no-pic' that disables PIC. Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa')
-rw-r--r--arch/xtensa/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/xtensa/Makefile b/arch/xtensa/Makefile
index 4caffac..7608559 100644
--- a/arch/xtensa/Makefile
+++ b/arch/xtensa/Makefile
@@ -35,6 +35,8 @@ KBUILD_CFLAGS += -ffreestanding
KBUILD_CFLAGS += -pipe -mlongcalls
+KBUILD_CFLAGS += $(call cc-option,-mforce-no-pic,)
+
vardirs := $(patsubst %,arch/xtensa/variants/%/,$(variant-y))
plfdirs := $(patsubst %,arch/xtensa/platforms/%/,$(platform-y))
OpenPOWER on IntegriCloud