summaryrefslogtreecommitdiffstats
path: root/lib/clang
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-06-12 15:13:36 +0000
committered <ed@FreeBSD.org>2010-06-12 15:13:36 +0000
commit2de547ee0f5a2ebd61fc1aa8932042043bbf680f (patch)
tree73b217e0a3af5355f1304ab49f39b70ad5536d1b /lib/clang
parentbbe91d0e0f42157f62abeae4e5e6ce4c66e1dace (diff)
downloadFreeBSD-src-2de547ee0f5a2ebd61fc1aa8932042043bbf680f.zip
FreeBSD-src-2de547ee0f5a2ebd61fc1aa8932042043bbf680f.tar.gz
Do the branding right this time.
I've looked at other places in the source tree where CLANG_VENDOR is used and I suspect it might not be safe to use newlines here. CLANG_VENDOR should just be defined to "FreeBSD ", just like the latest Clang preview in OS X uses "Apple ". Properly use SVN_REVISION to define it to the imported revision of Clang. I do want to have a date in there, so slightly modify the code to support CLANG_VENDOR_SUFFIX.
Diffstat (limited to 'lib/clang')
-rw-r--r--lib/clang/clang.build.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/clang/clang.build.mk b/lib/clang/clang.build.mk
index 8e2fe45..d6eaaa4 100644
--- a/lib/clang/clang.build.mk
+++ b/lib/clang/clang.build.mk
@@ -11,7 +11,8 @@ CFLAGS+=-I${LLVM_SRCS}/include -I${CLANG_SRCS}/include \
TARGET_ARCH?= ${MACHINE_ARCH}
# XXX: 8.0, to keep __FreeBSD_cc_version happy
CFLAGS+=-DLLVM_HOSTTRIPLE=\"${TARGET_ARCH}-undermydesk-freebsd9.0\" \
- -DCLANG_VENDOR=\"clang\ r104832\ 20100610\ [FreeBSD]\\n\"
+ -DCLANG_VENDOR=\"FreeBSD\ \" -DSVN_REVISION=\"104832\" \
+ -DCLANG_VENDOR_SUFFIX=\"\ 20100612\"
.PATH: ${LLVM_SRCS}/${SRCDIR}
OpenPOWER on IntegriCloud