configure: add more passthrough flags in tms470 filter

This is in preparation for following changes.

Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
Mans Rullgard 2012-07-20 01:27:53 +01:00
parent d0c6d424f4
commit ad93dccb64
1 changed files with 3 additions and 0 deletions

3
configure vendored
View File

@ -2025,6 +2025,9 @@ tms470_flags(){
-O[0-3]|-mf=*) echo $flag ;;
-g) echo -g -mn ;;
-pds=*) echo $flag ;;
-D*|-I*) echo $flag ;;
--gcc|--abi=*) echo $flag ;;
-me) echo $flag ;;
esac
done
}