From a27090208eea511f47c4e1b3069c8334639f692f Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Wed, 23 Sep 2009 13:52:50 +0000 Subject: [PATCH] configure: fix tms470 flag mapping for soft-float Originally committed as revision 19998 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 0f7e53121..b1749656b 100755 --- 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 ;; -- 2.11.0