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 /configure | |
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 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20865,7 +20865,7 @@ _ACEOF cat >>confdefs.h <<_ACEOF -#define LLVM_HOSTTRIPLE "$host" +#define LLVM_HOSTTRIPLE "$target" _ACEOF |