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

This commit is contained in:
truelight 2006-03-23 16:03:11 +00:00
parent 262bc14595
commit e35adf597b

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;}'`
;;