1
0
Fork 0

(svn r4065) -Fix: the configure now knows --host-cflags

release/0.5
truelight 2006-03-23 16:03:11 +00:00
parent 262bc14595
commit e35adf597b
1 changed files with 6 additions and 0 deletions

6
configure vendored
View File

@ -95,6 +95,12 @@ do
--host-cc)
ITEM="CC_HOST"
;;
--host-cflags=*)
handle CFLAGS_HOST "$n"
;;
--host-cflags)
ITEM="CFLAGS_HOST"
;;
--os=*)
TARGET_OS=`awk 'BEGIN { FS="="; $0="'"$n"'"; print $2;}'`
;;