# HG changeset patch # User truelight # Date 1143129791 0 # Node ID 51ee3cbe60f28e4bebd2ff9cc45ec39b97608199 # Parent cfeaa8e862e43e7620c580c1252644f340f89ca0 (svn r4065) -Fix: the configure now knows --host-cflags diff -r cfeaa8e862e4 -r 51ee3cbe60f2 configure --- a/configure Thu Mar 23 15:34:47 2006 +0000 +++ b/configure Thu Mar 23 16:03:11 2006 +0000 @@ -95,6 +95,12 @@ --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;}'` ;;