summaryrefslogtreecommitdiffstats
path: root/lib/clang
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-05-21 01:32:20 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-05-21 01:32:20 +0000
commitb118bc79542f136d3893aa2fc475d6ca78dfbec7 (patch)
tree58eb6fc329c35d64f81b4994f81e475cea521ec8 /lib/clang
parent51fc7c2863b3b18836c19a887cd29071dd85c3d4 (diff)
downloadFreeBSD-src-b118bc79542f136d3893aa2fc475d6ca78dfbec7.zip
FreeBSD-src-b118bc79542f136d3893aa2fc475d6ca78dfbec7.tar.gz
Add FREEBSD_CC_VERSION which will be used to define __FreeBSD_cc_version.
The WITH_SYSTEM_COMPILER build option will rely on this value to determine what __FreeBSD_cc_version the source tree will produce. This value will be compared against the /usr/bin/cc value to determine if a new compiler is needed. Start with 1100002 which is 1 more than than the value we've had since 3.8.0 to ensure that all changes since then are present. Reviewed by: dim Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib/clang')
-rw-r--r--lib/clang/include/clang/Basic/Version.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/clang/include/clang/Basic/Version.inc b/lib/clang/include/clang/Basic/Version.inc
index 94dc282..c143edd 100644
--- a/lib/clang/include/clang/Basic/Version.inc
+++ b/lib/clang/include/clang/Basic/Version.inc
@@ -8,3 +8,5 @@
#define CLANG_VENDOR "FreeBSD "
#define SVN_REVISION "262564"
+
+#define FREEBSD_CC_VERSION 1100002U
OpenPOWER on IntegriCloud