aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2016-07-08 00:52:53 +0000
committerGlen Barber <gjb@FreeBSD.org>2016-07-08 00:52:53 +0000
commitbad7300b1e39a6a9926c1e837fede5e5c0562226 (patch)
tree7876b21ad9f5f95732b733271058fc6c55cd15cb /gnu
parentae940db11f6c65253a50a07bb250b79b670f9a2f (diff)
downloadsrc-bad7300b1e39a6a9926c1e837fede5e5c0562226.tar.gz
src-bad7300b1e39a6a9926c1e837fede5e5c0562226.zip
Spell 1200000 correctly.
Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=302413
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc_tools/freebsd-native.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/freebsd-native.h b/gnu/usr.bin/cc/cc_tools/freebsd-native.h
index eb76f5898c26..e36ee49a097e 100644
--- a/gnu/usr.bin/cc/cc_tools/freebsd-native.h
+++ b/gnu/usr.bin/cc/cc_tools/freebsd-native.h
@@ -8,7 +8,7 @@
/* Fake out gcc/config/freebsd<version>.h. */
#define FBSD_MAJOR 12
-#define FBSD_CC_VER 1100000 /* form like __FreeBSD_version */
+#define FBSD_CC_VER 1200000 /* 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. */