* i386/freebsd-elf.h (CPP_PREDEFINES): Update from FreeBSD folks.

From-SVN: r18940
This commit is contained in:
Jeffrey A Law 1998-04-01 21:56:36 +00:00 committed by Jeff Law
parent 715f9c994e
commit 2a8034f816
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
Wed Apr 1 22:26:22 1998 Jeffrey A Law (law@cygnus.com)
* i386/freebsd-elf.h (CPP_PREDEFINES): Update from FreeBSD folks.
* pa.md (reload peepholes): Remove unused variable "mode".
Wed Apr 1 17:06:19 1998 Nick Clifton <nickc@cygnus.com>

View File

@ -140,7 +140,7 @@ Boston, MA 02111-1307, USA. */
#define WCHAR_TYPE_SIZE BITS_PER_WORD
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)"
#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
#undef CPP_SPEC
#define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}"