From 8b274478b4006a9098a9fd28625c80dc82bd9e2a Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Sat, 1 Dec 2007 00:34:39 +0000 Subject: 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 --- configure | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'configure') 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 - -- cgit v1.1