diff options
author | truelight <truelight@openttd.org> | 2006-03-23 16:03:11 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2006-03-23 16:03:11 +0000 |
commit | e35adf597b8430876d6296bd6317493fb8b1369b (patch) | |
tree | 6d2627ed403f8455421dd3e0b8cf8f1a23b95bc8 /configure | |
parent | 262bc145956ae871993b45c221d370edc8f452f7 (diff) | |
download | openttd-e35adf597b8430876d6296bd6317493fb8b1369b.tar.xz |
(svn r4065) -Fix: the configure now knows --host-cflags
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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;}'` ;; |