From 4b1be206bbd705b7795338629b5a55d06aa46b55 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 1 Feb 2017 05:24:17 +0000 Subject: [PATCH] Bump GCC FBSD_CC_VER for r312899 (-march=octeon+ support) Reported by: lidl MFC after: 1 month MFC with: r312899 Sponsored by: The FreeBSD Foundation --- gnu/usr.bin/cc/cc_tools/freebsd-native.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/cc/cc_tools/freebsd-native.h b/gnu/usr.bin/cc/cc_tools/freebsd-native.h index e36ee49a097e..01c7a49ee020 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.h. */ #define FBSD_MAJOR 12 -#define FBSD_CC_VER 1200000 /* form like __FreeBSD_version */ +#define FBSD_CC_VER 1200001 /* 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. */