summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorSebastian Pop <spop@codeaurora.org>2011-11-01 21:30:04 +0000
committerSebastian Pop <spop@codeaurora.org>2011-11-01 21:30:04 +0000
commitc4cbf4a6a42a066b6232b44c6931452f8fc00857 (patch)
tree27ba2330e390609ef2eb242a10ac75600cde1cc3 /autoconf
parentf6aa6b12f132b41b1337fef14110696458a0f323 (diff)
downloadllvm-c4cbf4a6a42a066b6232b44c6931452f8fc00857.tar.gz
llvm-c4cbf4a6a42a066b6232b44c6931452f8fc00857.tar.bz2
llvm-c4cbf4a6a42a066b6232b44c6931452f8fc00857.tar.xz
derive LLVM_HOSTTRIPLE from target
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143500 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 8b64ce11d5..7586ba7a8a 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -1453,7 +1453,7 @@ AC_DEFINE_UNQUOTED(LLVM_MANDIR, "$LLVM_MANDIR",
[Installation directory for man pages])
AC_DEFINE_UNQUOTED(LLVM_CONFIGTIME, "$LLVM_CONFIGTIME",
[Time at which LLVM was configured])
-AC_DEFINE_UNQUOTED(LLVM_HOSTTRIPLE, "$host",
+AC_DEFINE_UNQUOTED(LLVM_HOSTTRIPLE, "$target",
[Host triple we were built on])
# Determine which bindings to build.