summaryrefslogtreecommitdiffstats
path: root/llvm/projects/sample
diff options
context:
space:
mode:
authorSebastian Pop <spop@codeaurora.org>2011-11-01 21:31:44 +0000
committerSebastian Pop <spop@codeaurora.org>2011-11-01 21:31:44 +0000
commitec2fb226d8b84ee1090f7d7fa2e0da6232fee469 (patch)
tree8977b03d3927338c03509688feba20ab8b2a9373 /llvm/projects/sample
parentf29a9b8c0b7b056f0b1cc1e0ac2a4b10600f9f00 (diff)
downloadbcm5719-llvm-ec2fb226d8b84ee1090f7d7fa2e0da6232fee469.tar.gz
bcm5719-llvm-ec2fb226d8b84ee1090f7d7fa2e0da6232fee469.zip
rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE
llvm-svn: 143501
Diffstat (limited to 'llvm/projects/sample')
-rw-r--r--llvm/projects/sample/autoconf/configure.ac4
-rwxr-xr-xllvm/projects/sample/configure2
2 files changed, 3 insertions, 3 deletions
diff --git a/llvm/projects/sample/autoconf/configure.ac b/llvm/projects/sample/autoconf/configure.ac
index a5d786d78ee..ab158921273 100644
--- a/llvm/projects/sample/autoconf/configure.ac
+++ b/llvm/projects/sample/autoconf/configure.ac
@@ -1386,8 +1386,8 @@ AC_DEFINE_UNQUOTED(LLVM_MANDIR, "$LLVM_MANDIR",
[Installation directory for man pages])
AC_DEFINE_UNQUOTED(LLVM_CONFIGTIME, "$LLVM_CONFIGTIME",
[Time at which LLVM was configured])
-AC_DEFINE_UNQUOTED(LLVM_HOSTTRIPLE, "$target",
- [Host triple we were built on])
+AC_DEFINE_UNQUOTED(LLVM_DEFAULT_TARGET_TRIPLE, "$target",
+ [Target triple LLVM will generate code for by default])
# Determine which bindings to build.
if test "$BINDINGS_TO_BUILD" = auto ; then
diff --git a/llvm/projects/sample/configure b/llvm/projects/sample/configure
index 1045b5de8aa..dd4305d99c6 100755
--- a/llvm/projects/sample/configure
+++ b/llvm/projects/sample/configure
@@ -20815,7 +20815,7 @@ _ACEOF
cat >>confdefs.h <<_ACEOF
-#define LLVM_HOSTTRIPLE "$target"
+#define LLVM_DEFAULT_TARGET_TRIPLE "$target"
_ACEOF
OpenPOWER on IntegriCloud