Changeset - r3306:6416bf3ee8e4
[Not reviewed]
master
0 1 0
truelight - 18 years ago 2006-03-23 16:03:11
truelight@openttd.org
(svn r4065) -Fix: the configure now knows --host-cflags
1 file changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
configure
Show inline comments
 
@@ -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;}'`
 
			;;
0 comments (0 inline, 0 general)