summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2006-03-23 16:03:11 +0000
committertruelight <truelight@openttd.org>2006-03-23 16:03:11 +0000
commit422ee530667e158d7cf6d76d7c0b2f6395ab7515 (patch)
tree6d2627ed403f8455421dd3e0b8cf8f1a23b95bc8 /configure
parentdcbe493a83ecb05250846bd295ba78ad4a5337a2 (diff)
downloadopenttd-422ee530667e158d7cf6d76d7c0b2f6395ab7515.tar.xz
(svn r4065) -Fix: the configure now knows --host-cflags
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index 7a0935492..dff3ad924 100755
--- 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;}'`
;;