From 6678b4722aaa0311e8f4371d204fe8b5995b2896 Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 29 Oct 2005 09:13:31 +0000 Subject: Catch up with FreeBSD 7. --- contrib/gcc/config/freebsd-spec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/gcc') diff --git a/contrib/gcc/config/freebsd-spec.h b/contrib/gcc/config/freebsd-spec.h index e22a8d1..bdde3f0 100644 --- a/contrib/gcc/config/freebsd-spec.h +++ b/contrib/gcc/config/freebsd-spec.h @@ -70,7 +70,7 @@ Boston, MA 02111-1307, USA. */ #ifdef FREEBSD_NATIVE #define FBSD_NATIVE_TARGET_OS_CPP_BUILTINS() \ do { \ - builtin_define_std ("__FreeBSD_cc_version=600001"); \ + builtin_define_std ("__FreeBSD_cc_version=700001"); \ } while (0) #else #define FBSD_NATIVE_TARGET_OS_CPP_BUILTINS() \ -- cgit v1.1