summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2011-10-18 17:38:25 +0000
committerdim <dim@FreeBSD.org>2011-10-18 17:38:25 +0000
commitf0aea6a474e6600fd4932dee74fcba974bf9fe8f (patch)
tree879fc1a8f4ec440f13817c36086bf58ad0c09c32 /gnu/usr.bin/cc
parent173d473e7eb5b61af40cf66b9929a91d194a024a (diff)
downloadFreeBSD-src-f0aea6a474e6600fd4932dee74fcba974bf9fe8f.zip
FreeBSD-src-f0aea6a474e6600fd4932dee74fcba974bf9fe8f.tar.gz
Update gcc's __FreeBSD__ and __FreeBSD_cc_version macros for FreeBSD 10.
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 db4dd89..30cd9b1 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 8
-#define FBSD_CC_VER 800001 /* form like __FreeBSD_version */
+#define FBSD_MAJOR 10
+#define FBSD_CC_VER 1000001 /* 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