diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-10-01 10:59:26 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-10-01 17:28:01 +0300 |
commit | f49ff3f5769e231c08781a7598e85dca5fb8dbc9 (patch) | |
tree | 628651005323f1189fdb66a4cccaedd19305b519 /configure.ac | |
parent | ec147012340219c8bb5eaf8fe3d41be7836bc261 (diff) |
We always build 64-bit OS X code
Change-Id: I527c66c7be1372ab5ddf86625667d2f315e9b5d3
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 4c6aec95cda9..4e7c55ba023b 100644 --- a/configure.ac +++ b/configure.ac @@ -3946,10 +3946,6 @@ darwin*) ;; i*86) AC_MSG_ERROR([Can't build 64-bit code in 32-bit OS]) - CPUNAME=INTEL - RTL_ARCH=x86 - PLATFORMID=macosx_x86 - OUTPATH=unxmacxi ;; x86_64) CPUNAME=X86_64 |