configure: fix tms470 flag mapping for soft-float

Originally committed as revision 19998 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2009-09-23 13:52:50 +00:00
parent 0a01efd0aa
commit a27090208e
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -1579,7 +1579,7 @@ elif $cc -version 2>/dev/null | grep -q TMS470; then
;;
-mfpu=neon) echo --float_support=vfpv3 --neon ;;
-mfpu=vfp) echo --float_support=vfpv2 ;;
-mfpu=softvfp) echo --float_support=vfplib ;;
-msoft-float) echo --float_support=vfplib ;;
-Os) echo -O3 -mf=2 ;;
-O[0-3]) echo $flag -mf=5 ;;
-g) echo -g -mn ;;