summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2018-10-19 00:37:47 +0000
committerGlen Barber <gjb@FreeBSD.org>2018-10-19 00:37:47 +0000
commitb958317950db889c01b5fda1a7feb1202c31760e (patch)
tree93dbcf6ade0b0764412778dd45b8f155ad8f98cc /gnu
parent3ade9440198973efee3e6ae9636e1b147c72140b (diff)
downloadsrc-test2-b958317950db889c01b5fda1a7feb1202c31760e.tar.gz
src-test2-b958317950db889c01b5fda1a7feb1202c31760e.zip
- Update head to 13.0-CURRENT.
- Bump MACHINE_TRIPLE, TARGET_TRIPLE, FBSD_MAJOR, FBSD_CC_VER, FREEBSD_CC_VERSION, OS_VERSION. - Update comment in UPDATING regarding debugging options. - Remove debug.witness.trace=0 from installation media. - Bump __FreeBSD_version. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=339436
Diffstat (limited to 'gnu')
-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 7e11bd83537c..375c62f4aa28 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 12
-#define FBSD_CC_VER 1200001 /* form like __FreeBSD_version */
+#define FBSD_MAJOR 13
+#define FBSD_CC_VER 1300000 /* 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. */