From 162c8b19e379fcafa76c84fbb8efa0a50f304b5e Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Tue, 18 Oct 2011 17:38:25 +0000 Subject: [PATCH] Update gcc's __FreeBSD__ and __FreeBSD_cc_version macros for FreeBSD 10. --- gnu/usr.bin/cc/cc_tools/freebsd-native.h | 4 ++-- 1 file 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 db4dd89ff53f..30cd9b1b2e35 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.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. */