Commit ad93dccb authored by Mans Rullgard's avatar Mans Rullgard

configure: add more passthrough flags in tms470 filter

This is in preparation for following changes.
Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent d0c6d424
......@@ -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
}
......
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