summaryrefslogtreecommitdiff
path: root/configure
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 /configure
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 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a1eb3b1d5d..a10276bad4 100755
--- a/configure
+++ b/configure
@@ -20865,7 +20865,7 @@ _ACEOF
cat >>confdefs.h <<_ACEOF
-#define LLVM_HOSTTRIPLE "$host"
+#define LLVM_HOSTTRIPLE "$target"
_ACEOF