summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-09-19 21:23:55 +0300
committerTor Lillqvist <tml@iki.fi>2012-09-19 21:50:09 +0300
commit9b74656d01e24f11a6980d2795bdc2b9b17e35bc (patch)
tree76b92dbb963b47dbe8716a4c89b6ca05135c654c /config_host.mk.in
parented5c2c95b7ec0f6b81e4ad7b8dd481bf8e494b1d (diff)
Start on experimental support for 64-bit Mac code
Rename the --enable-cl-x64 switch to --enable-64-bit and make its meaning more generic. Drop the CL_X64 config variable, introduce the more generic BITNESS_OVERRIDE instead. Does not build yet. Change-Id: Iac66afe31dceaf40c8262fec2e5aef6a751ba3d2
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 913a24b379cb..b6d1ce97ddc3 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -51,7 +51,7 @@ export CDR_LIBS=@CDR_LIBS@
export CDR_TARBALL=@CDR_TARBALL@
export CHECK_PARALLELISM=@CHECK_PARALLELISM@
export CLASSPATH=@CLASSPATH@
-export CL_X64=@CL_X64@
+export BITNESS_OVERRIDE=@BITNESS_OVERRIDE@
export CLUCENE_CFLAGS=@CLUCENE_CFLAGS@
export CLUCENE_LIBS=@CLUCENE_LIBS@
export CLUCENE_TARBALL=@CLUCENE_TARBALL@