From 7aa4421601ceedb4edcc25e16dcb7f14724bda8b Mon Sep 17 00:00:00 2001 From: dim Date: Thu, 20 Oct 2011 17:33:22 +0000 Subject: [PATCH] Update gcc's __FreeBSD__ and __FreeBSD_cc_version macros for FreeBSD 9. This is a direct commit to stable/9, since the macro values are different in head. Approved by: re (kib) git-svn-id: svn://svn.freebsd.org/base/stable/9@226575 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- 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 db4dd89ff..ca040bb43 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 9 +#define FBSD_CC_VER 900001 /* 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. */ -- 2.45.0