aboutsummaryrefslogtreecommitdiffstats
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
commit8b274478b4006a9098a9fd28625c80dc82bd9e2a (patch)
treed486dcd01889a7acdc0ebee0138c0a9fcbaa3fc9 /configure
parent0d73d371695ea41d199fe9d438e8ab99c7bbca0d (diff)
downloadexternal_llvm-8b274478b4006a9098a9fd28625c80dc82bd9e2a.zip
external_llvm-8b274478b4006a9098a9fd28625c80dc82bd9e2a.tar.gz
external_llvm-8b274478b4006a9098a9fd28625c80dc82bd9e2a.tar.bz2
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 bdd613b..b58f5cc 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
-