diff options
author | obrien <obrien@FreeBSD.org> | 1999-11-15 04:25:13 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-11-15 04:25:13 +0000 |
commit | 3470fefd25ffd27c624c1f6a47ae2841b056d2bb (patch) | |
tree | a3d1f7ccf90cc08b5946691cd67ac517454ee769 /contrib | |
parent | 48ebb77e0e28d38b4456f13f7f7682f9d6100d1a (diff) | |
download | FreeBSD-src-3470fefd25ffd27c624c1f6a47ae2841b056d2bb.zip FreeBSD-src-3470fefd25ffd27c624c1f6a47ae2841b056d2bb.tar.gz |
Bump __FreeBSD_cc_version due to the compiler upgrade.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/gcc/config/freebsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/config/freebsd.h b/contrib/gcc/config/freebsd.h index ee37fd9..de548f2 100644 --- a/contrib/gcc/config/freebsd.h +++ b/contrib/gcc/config/freebsd.h @@ -56,7 +56,7 @@ Boston, MA 02111-1307, USA. */ /* Place spaces around this string. We depend on string splicing to produce the final CPP_PREDEFINES value. */ -#define CPP_FBSD_PREDEFINES " -Dunix -D__FreeBSD__=4 -D__FreeBSD_cc_version=400002 -Asystem(unix) -Asystem(FreeBSD) " +#define CPP_FBSD_PREDEFINES " -Dunix -D__FreeBSD__=4 -D__FreeBSD_cc_version=400003 -Asystem(unix) -Asystem(FreeBSD) " /* Provide a LIB_SPEC appropriate for FreeBSD. Just select the appropriate libc, depending on whether we're doing profiling. |