diff options
author | obrien <obrien@FreeBSD.org> | 2003-09-12 19:19:10 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-09-12 19:19:10 +0000 |
commit | 67fad005f380788f946f7d54851f2a22ec30e435 (patch) | |
tree | 82a381e4f4fe0833965b816c6a978cd92ba6e663 /contrib/gcc | |
parent | 5cb5c641b427e7ebd6e3f8c139ca72ea91cf763c (diff) | |
download | FreeBSD-src-67fad005f380788f946f7d54851f2a22ec30e435.zip FreeBSD-src-67fad005f380788f946f7d54851f2a22ec30e435.tar.gz |
Bump __FreeBSD_cc_version for (1) 5.1 (post-mortem) (2) -pthread changes.
Diffstat (limited to 'contrib/gcc')
-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 03003c4..fb3f8cc 100644 --- a/contrib/gcc/config/freebsd-spec.h +++ b/contrib/gcc/config/freebsd-spec.h @@ -80,7 +80,7 @@ Boston, MA 02111-1307, USA. */ #ifdef FREEBSD_NATIVE #define FBSD_NATIVE_TARGET_OS_CPP_BUILTINS() \ do { \ - builtin_define_std ("__FreeBSD_cc_version=500006"); \ + builtin_define_std ("__FreeBSD_cc_version=510002"); \ } while (0) #else #define FBSD_NATIVE_TARGET_OS_CPP_BUILTINS() \ |