summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2013-10-10 20:47:11 +0000
committerdim <dim@FreeBSD.org>2013-10-10 20:47:11 +0000
commitbde695ba4cfa95738eec65083e2fa2c88c7fae81 (patch)
tree24ddebcd34ef4c162987ce5262abc514873d9771 /gnu/usr.bin/cc
parenta022b445716dcb6e4a6f0cc4292da227087526ce (diff)
downloadFreeBSD-src-bde695ba4cfa95738eec65083e2fa2c88c7fae81.zip
FreeBSD-src-bde695ba4cfa95738eec65083e2fa2c88c7fae81.tar.gz
Bump OS versions in the toolchain triples to 11.0, and bump the
__FreeBSD_cc_version predefined macros in clang and gcc. Approved by: re (gjb)
Diffstat (limited to 'gnu/usr.bin/cc')
-rw-r--r--gnu/usr.bin/cc/cc_tools/freebsd-native.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/freebsd-native.h b/gnu/usr.bin/cc/cc_tools/freebsd-native.h
index 30cd9b1..8e523fa 100644
--- a/gnu/usr.bin/cc/cc_tools/freebsd-native.h
+++ b/gnu/usr.bin/cc/cc_tools/freebsd-native.h
@@ -7,8 +7,8 @@
#define FREEBSD_NATIVE 1
/* Fake out gcc/config/freebsd<version>.h. */
-#define FBSD_MAJOR 10
-#define FBSD_CC_VER 1000001 /* form like __FreeBSD_version */
+#define FBSD_MAJOR 11
+#define FBSD_CC_VER 1100001 /* form like __FreeBSD_version */
#undef SYSTEM_INCLUDE_DIR /* We don't need one for now. */
#undef TOOL_INCLUDE_DIR /* We don't need one for now. */
OpenPOWER on IntegriCloud