Commit b5198a26 authored by Mans Rullgard's avatar Mans Rullgard

configure: tms470: add mapping for -mfpu=vfpv3-d16 flag

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent 741a8b72
......@@ -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 ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment