svn commit: r198158 -
projects/clangbsd/usr.bin/clang/include/llvm/Config
Roman Divacky
rdivacky at FreeBSD.org
Thu Oct 15 21:11:27 UTC 2009
Author: rdivacky
Date: Thu Oct 15 21:11:27 2009
New Revision: 198158
URL: http://svn.freebsd.org/changeset/base/198158
Log:
Dont define LLVM_HOSTTRIPLE twice.
Modified:
projects/clangbsd/usr.bin/clang/include/llvm/Config/config.h
Modified: projects/clangbsd/usr.bin/clang/include/llvm/Config/config.h
==============================================================================
--- projects/clangbsd/usr.bin/clang/include/llvm/Config/config.h Thu Oct 15 21:08:06 2009 (r198157)
+++ projects/clangbsd/usr.bin/clang/include/llvm/Config/config.h Thu Oct 15 21:11:27 2009 (r198158)
@@ -479,7 +479,7 @@
#define LLVM_ETCDIR "/usr/local/etc/llvm"
/* Host triple we were built on */
-#define LLVM_HOSTTRIPLE "x86_64-unknown-freebsd7.2"
+/* #undef LLVM_HOSTTRIPLE */
/* Installation directory for include files */
#define LLVM_INCLUDEDIR "/usr/local/include"
More information about the svn-src-projects
mailing list