summaryrefslogtreecommitdiff
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
commite35adf597b8430876d6296bd6317493fb8b1369b (patch)
tree6d2627ed403f8455421dd3e0b8cf8f1a23b95bc8
parent262bc145956ae871993b45c221d370edc8f452f7 (diff)
downloadopenttd-e35adf597b8430876d6296bd6317493fb8b1369b.tar.xz
(svn r4065) -Fix: the configure now knows --host-cflags
-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;}'`
;;