OSDN Git Service

configure: fix tms470 flag mapping for soft-float
authorMåns Rullgård <mans@mansr.com>
Wed, 23 Sep 2009 13:52:50 +0000 (13:52 +0000)
committerMåns Rullgård <mans@mansr.com>
Wed, 23 Sep 2009 13:52:50 +0000 (13:52 +0000)
Originally committed as revision 19998 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 0f7e531..b174965 100755 (executable)
--- a/configure
+++ b/configure
@@ -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                       ;;