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 Originally committed as revision 12122 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b147ec08c3
commit
63da080387
4
configure
vendored
4
configure
vendored
@ -1437,10 +1437,6 @@ if test $cpu != "generic"; then
|
|||||||
sparc64)
|
sparc64)
|
||||||
add_cflags "-mcpu=v9"
|
add_cflags "-mcpu=v9"
|
||||||
;;
|
;;
|
||||||
bf*) #bf531 bf532 bf533 bf561 bf5xx all get this config
|
|
||||||
add_cflags "-mfdpic"
|
|
||||||
add_ldflags "-mfdpic"
|
|
||||||
;;
|
|
||||||
arm*)
|
arm*)
|
||||||
add_cflags "-mcpu=$cpu"
|
add_cflags "-mcpu=$cpu"
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user