From b4e8286b3bf8959288bdb59789179ca0b6ccabf0 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 21 Aug 2004 03:58:39 +0000 Subject: [PATCH] Enter the long awaited start of FreeBSD 6.0! --- contrib/gcc/config/freebsd-spec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/gcc/config/freebsd-spec.h b/contrib/gcc/config/freebsd-spec.h index 38ea430af8b..5c27804ab80 100644 --- a/contrib/gcc/config/freebsd-spec.h +++ b/contrib/gcc/config/freebsd-spec.h @@ -79,7 +79,7 @@ Boston, MA 02111-1307, USA. */ #ifdef FREEBSD_NATIVE #define FBSD_NATIVE_TARGET_OS_CPP_BUILTINS() \ do { \ - builtin_define_std ("__FreeBSD_cc_version=520001"); \ + builtin_define_std ("__FreeBSD_cc_version=600001"); \ } while (0) #else #define FBSD_NATIVE_TARGET_OS_CPP_BUILTINS() \