From bad7300b1e39a6a9926c1e837fede5e5c0562226 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Fri, 8 Jul 2016 00:52:53 +0000 Subject: [PATCH] Spell 1200000 correctly. Approved by: re (implicit) 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 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.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. */