]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
sh: Add -mno-fdpic to default flags.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 9 Jun 2008 07:49:43 +0000 (16:49 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 9 Jun 2008 07:49:43 +0000 (16:49 +0900)
Presently the --fdpic specifier and the --isa matching clash when
building with FDPIC toolchains. As we have no interest in building the
kernel with --fdpic in the first place, always try to add in -mno-fdpic
to the default flags.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Makefile

index 8050b03d51fca42823063b2c31cf12984572728b..fb7b1b15e3923f2eee2ba30ac67c30fc6d2ef746 100644 (file)
@@ -41,6 +41,8 @@ cflags-$(CONFIG_CPU_SH5)              := $(call cc-option,-m5-32media-nofpu,)
 cflags-$(CONFIG_CPU_BIG_ENDIAN)                += -mb
 cflags-$(CONFIG_CPU_LITTLE_ENDIAN)     += -ml
 
+cflags-y       += $(call cc-option,-mno-fdpic)
+
 #
 # -Wa,-isa= tuning implies -Wa,-dsp for the versions of binutils that
 # support it, while -Wa,-dsp by itself limits the range of usable opcodes