summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-10-13 01:34:42 +0100
committerMans Rullgard <mans@mansr.com>2012-10-13 18:21:36 +0100
commitb5198a2637b7b45b0049a1d4b386a06f016f2520 (patch)
treea9f387e9a14e2661f74d2fd04ab79fa1a2312418
parent741a8b724e47557c74df8950da5c879787ef55f5 (diff)
configure: tms470: add mapping for -mfpu=vfpv3-d16 flag
Signed-off-by: Mans Rullgard <mans@mansr.com>
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 534c80d41b..3dbacd3adb 100755
--- a/configure
+++ b/configure
@@ -2209,6 +2209,7 @@ tms470_flags(){
-mfpu=neon) echo --float_support=vfpv3 --neon ;;
-mfpu=vfp) echo --float_support=vfpv2 ;;
-mfpu=vfpv3) echo --float_support=vfpv3 ;;
+ -mfpu=vfpv3-d16) echo --float_support=vfpv3d16 ;;
-msoft-float) echo --float_support=vfplib ;;
-O[0-3]|-mf=*) echo $flag ;;
-g) echo -g -mn ;;