diff options
author | obrien <obrien@FreeBSD.org> | 2005-10-29 09:13:31 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2005-10-29 09:13:31 +0000 |
commit | 6678b4722aaa0311e8f4371d204fe8b5995b2896 (patch) | |
tree | b1f2f64bdf6445ff670ba262bf6b0597cae409d8 /contrib | |
parent | 9d5c45dd339ac45af33d8ab992f0c9e1acaad4c9 (diff) | |
download | FreeBSD-src-6678b4722aaa0311e8f4371d204fe8b5995b2896.zip FreeBSD-src-6678b4722aaa0311e8f4371d204fe8b5995b2896.tar.gz |
Catch up with FreeBSD 7.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/gcc/config/freebsd-spec.h | 2 |
1 files changed, 1 insertions, 1 deletions
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() \ |