Blackfin: move "-m elf32bfin" to general LDFLAGS
Common code now invokes the linker directly which causes build failures when using an FDPIC toolchain. So move the emulation setting out of the module-specific LDFLAGS and into the common LDFLAGS. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
9fc205283f
commit
874f6cfd3a
|
@ -19,7 +19,7 @@ KBUILD_CFLAGS += -mlong-calls
|
||||||
endif
|
endif
|
||||||
KBUILD_AFLAGS += $(call cc-option,-mno-fdpic)
|
KBUILD_AFLAGS += $(call cc-option,-mno-fdpic)
|
||||||
KBUILD_CFLAGS_MODULE += -mlong-calls
|
KBUILD_CFLAGS_MODULE += -mlong-calls
|
||||||
KBUILD_LDFLAGS_MODULE += -m elf32bfin
|
LDFLAGS += -m elf32bfin
|
||||||
KALLSYMS += --symbol-prefix=_
|
KALLSYMS += --symbol-prefix=_
|
||||||
|
|
||||||
KBUILD_DEFCONFIG := BF537-STAMP_defconfig
|
KBUILD_DEFCONFIG := BF537-STAMP_defconfig
|
||||||
|
|
Loading…
Reference in New Issue
Block a user