summaryrefslogtreecommitdiffstats
path: root/contrib/gcc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-01-27 23:12:38 +0000
committerobrien <obrien@FreeBSD.org>2000-01-27 23:12:38 +0000
commit3050fca7ada370717c5a8b747ebe03235bb788cb (patch)
tree4d06fb7cf232ef9f38f3f8a6070119430c271fcb /contrib/gcc
parentd6744967d0e3e167b950fb89c53187978f38db63 (diff)
downloadFreeBSD-src-3050fca7ada370717c5a8b747ebe03235bb788cb.zip
FreeBSD-src-3050fca7ada370717c5a8b747ebe03235bb788cb.tar.gz
Bump __FreeBSD_version and __FreeBSD_cc_version due to the C++ ABI change
in GCC 2.95.2 from -fvtable-thunks to -fno-vtable-thunks by default.
Diffstat (limited to 'contrib/gcc')
-rw-r--r--contrib/gcc/config/freebsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/config/freebsd.h b/contrib/gcc/config/freebsd.h
index 6381914..16ddd83 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=400003 -Asystem(unix) -Asystem(FreeBSD) "
+#define CPP_FBSD_PREDEFINES " -Dunix -D__FreeBSD__=4 -D__FreeBSD_cc_version=400004 -Asystem(unix) -Asystem(FreeBSD) "
#define FBSD_CPP_SPEC "\
%(cpp_cpu) \
OpenPOWER on IntegriCloud