diff options
author | Sebastian Pop <spop@codeaurora.org> | 2011-11-01 21:30:04 +0000 |
---|---|---|
committer | Sebastian Pop <spop@codeaurora.org> | 2011-11-01 21:30:04 +0000 |
commit | c4cbf4a6a42a066b6232b44c6931452f8fc00857 (patch) | |
tree | 27ba2330e390609ef2eb242a10ac75600cde1cc3 /autoconf | |
parent | f6aa6b12f132b41b1337fef14110696458a0f323 (diff) |
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.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 8b64ce11d5d..7586ba7a8ae 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. |