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.
This commit is contained in:
David E. O'Brien 2000-01-27 23:12:38 +00:00
parent 38385b010b
commit 554d1e2e9c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56700
2 changed files with 2 additions and 2 deletions

View file

@ -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) \

View file

@ -46,7 +46,7 @@
#define BSD4_3 1
#define BSD4_4 1
#undef __FreeBSD_version
#define __FreeBSD_version 400014 /* Master, propagated to newvers */
#define __FreeBSD_version 400015 /* Master, propagated to newvers */
#ifndef NULL
#define NULL 0