(svn r4065) -Fix: the configure now knows --host-cflags
authortruelight
Thu, 23 Mar 2006 16:03:11 +0000
changeset 3306 6ade9fea6148
parent 3305 36d30ac4dde5
child 3307 7754b07a4e7d
(svn r4065) -Fix: the configure now knows --host-cflags
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;}'`
 			;;