summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-07-20 01:27:53 +0100
committerMans Rullgard <mans@mansr.com>2012-07-21 21:33:04 +0100
commitad93dccb64fd2971ca6203fd84ac26e92fb902c1 (patch)
treea8b8c438d574f467c44bb420409381a2dfd26ebc /configure
parentd0c6d424f47335231663868fe51ac5806eacd5d8 (diff)
configure: add more passthrough flags in tms470 filter
This is in preparation for following changes. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 2797b31035..4b68e730e2 100755
--- a/configure
+++ b/configure
@@ -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
}