From ad93dccb64fd2971ca6203fd84ac26e92fb902c1 Mon Sep 17 00:00:00 2001
From: Mans Rullgard <mans@mansr.com>
Date: Fri, 20 Jul 2012 01:27:53 +0100
Subject: [PATCH] configure: add more passthrough flags in tms470 filter

This is in preparation for following changes.

Signed-off-by: Mans Rullgard <mans@mansr.com>
---
 configure | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure b/configure
index 2797b31035c..4b68e730e24 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
 }
-- 
GitLab