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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
truelight 19 years ago
parent 262bc14595
commit e35adf597b

6
configure vendored

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

Loading…
Cancel
Save