Commit 8a062de3 authored by diego's avatar diego

The Blackfin toolchains will automatically select FDPIC according to the

toolchain/tuple, so there is no need (and indeed this is unwanted)
to force -mfdpic into the compile/linker flags.
patch by Mike Frysinger, vapier.adi a gmail d com


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12122 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c4199311
......@@ -1437,10 +1437,6 @@ if test $cpu != "generic"; then
sparc64)
add_cflags "-mcpu=v9"
;;
bf*) #bf531 bf532 bf533 bf561 bf5xx all get this config
add_cflags "-mfdpic"
add_ldflags "-mfdpic"
;;
arm*)
add_cflags "-mcpu=$cpu"
;;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment