Blackfin arch: -mno-fdpic works
authorMike Frysinger <michael.frysinger@analog.com>
Sun, 21 Oct 2007 14:55:18 +0000 (22:55 +0800)
committerBryan Wu <bryan.wu@analog.com>
Sun, 21 Oct 2007 14:55:18 +0000 (22:55 +0800)
commit1c668d82465cd5c17030c0f69561841374380ac8
treeae50c964e2b7860f4c53d70dd2853d440a9ddb20
parent066954a3891d32198edad3b319792d8db6a6a575
Blackfin arch: -mno-fdpic works

now that -mno-fdpic works, force it on so that
we can use any blackfin toolchain to build up the
kernel and kernel modules

wrap -mno-fdpic in $(call cc-option,-mno-fdpic) so that older
toolchains will still work

Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
arch/blackfin/Makefile