From 55bf4412df3459e673093b440cfc6aa9acacdcae Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 12 Oct 2007 17:49:12 +0000 Subject: Welcome FreeBSD 8. --- gnu/usr.bin/cc/cc_tools/freebsd-native.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/usr.bin/cc/cc_tools/freebsd-native.h b/gnu/usr.bin/cc/cc_tools/freebsd-native.h index f798709..6f7fd7b 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 7 -#define FBSD_CC_VER 700003 /* form like __FreeBSD_version */ +#define FBSD_MAJOR 8 +#define FBSD_CC_VER 800001 /* 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. */ -- cgit v1.1