[FFmpeg-devel] [patch] drop Blackfin -mfdpic forcing into build flags

Diego Biurrun diego
Fri Feb 15 00:44:20 CET 2008


On Wed, Feb 13, 2008 at 10:45:15PM -0500, Mike Frysinger wrote:
> the Blackfin toolchains will automatically select FDPIC according to
> the toolchain/tuple, so there's no need (and indeed this is unwanted)
> to force -mfdpic into the compile/linker flags
> 
> --- configure	(revision 11931)
> +++ configure	(working copy)
> @@ -1440,10 +1440,6 @@ if test $cpu != "generic"; then
> -        bf*) #bf531 bf532 bf533 bf561 bf5xx all get this config
> -            add_cflags "-mfdpic"
> -            add_ldflags "-mfdpic"
> -        ;;

Hmmm, Marc, what do you say?

Diego




More information about the ffmpeg-devel mailing list