Update the value of "__FreeBSD__" to 3 for the ELF compiler.

This commit is contained in:
John Polstra 1997-03-26 17:05:21 +00:00
parent 5be8af9286
commit 27aa98671d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24295

View File

@ -147,7 +147,7 @@ Boston, MA 02111-1307, USA. */
#define WCHAR_TYPE_SIZE BITS_PER_WORD
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Dunix -Di386 -D__ELF__ -D__FreeBSD__=2 -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
#define CPP_PREDEFINES "-Dunix -Di386 -D__ELF__ -D__FreeBSD__=3 -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
#undef CPP_SPEC
#if TARGET_CPU_DEFAULT == 2