summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2007-12-01 00:34:39 +0000
committerEric Christopher <echristo@apple.com>2007-12-01 00:34:39 +0000
commit790e11cdff59ed6312c2f1d3d8f63537c2ae2ec5 (patch)
treed486dcd01889a7acdc0ebee0138c0a9fcbaa3fc9 /configure
parent57c4fc2e238b56d71f5a8c329c4473510d9297cb (diff)
downloadllvm-790e11cdff59ed6312c2f1d3d8f63537c2ae2ec5.tar.gz
llvm-790e11cdff59ed6312c2f1d3d8f63537c2ae2ec5.tar.bz2
llvm-790e11cdff59ed6312c2f1d3d8f63537c2ae2ec5.tar.xz
Add target triple to include/llvm/Config/config.h.in. Regenerate all files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44478 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure b/configure
index bdd613bc27..b58f5cc81c 100755
--- a/configure
+++ b/configure
@@ -34161,6 +34161,11 @@ cat >>confdefs.h <<_ACEOF
_ACEOF
+cat >>confdefs.h <<_ACEOF
+#define LLVM_HOSTTRIPLE "$host"
+_ACEOF
+
+
# Determine which bindings to build.
if test "$BINDINGS_TO_BUILD" = auto ; then
BINDINGS_TO_BUILD=""
@@ -35781,4 +35786,3 @@ echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
done
fi
-