# HG changeset patch # User truelight # Date 2006-03-23 16:03:11 # Node ID 6416bf3ee8e486d813572d26fa340ec7842b166f # Parent 7abe03ef7533528de5e0f62489fc378d2e53b0d5 (svn r4065) -Fix: the configure now knows --host-cflags diff --git a/configure b/configure --- a/configure +++ b/configure @@ -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;}'` ;;