aboutsummaryrefslogtreecommitdiffstats
path: root/host/include/llvm/Config/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/include/llvm/Config/config.h')
-rw-r--r--host/include/llvm/Config/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/llvm/Config/config.h b/host/include/llvm/Config/config.h
index 817cf43..a2d1f4e 100644
--- a/host/include/llvm/Config/config.h
+++ b/host/include/llvm/Config/config.h
@@ -473,7 +473,7 @@
#define LLVM_ETCDIR "/usr/local/google/llvm/etc/llvm"
/* Host triple we were built on */
-#define LLVM_HOSTTRIPLE "i386-unknown-linux"
+#define LLVM_DEFAULT_TARGET_TRIPLE "i386-unknown-linux"
/* Installation directory for include files */
#define LLVM_INCLUDEDIR "/usr/local/google/llvm/include"