Remove -Dunix and -Di386.

This commit is contained in:
tv 2001-07-18 13:54:19 +00:00
parent 8c9f492242
commit 25da59331f
2 changed files with 2 additions and 4 deletions

View File

@ -125,9 +125,7 @@ while (0)
/* NetBSD Extension to GNU C: __KPRINTF_ATTRIBUTE__ */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "\
-Di386 -D__NetBSD__ -D__ELF__ -D__KPRINTF_ATTRIBUTE__ \
-Asystem(unix) -Asystem(NetBSD) -Acpu(i386) -Amachine(i386)"
#define CPP_PREDEFINES "-D__NetBSD__ -D__ELF__ -Asystem(unix) -Asystem(NetBSD) -Acpu(i386) -Amachine(i386)"
/* Make gcc agree with <machine/ansi.h> */

View File

@ -15,7 +15,7 @@
(MASK_80387 | MASK_IEEE_FP | MASK_FLOAT_RETURNS | MASK_NO_FANCY_MATH_387)
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Dunix -Di386 -D__NetBSD__ -Asystem(unix) -Asystem(NetBSD) -Acpu(i386) -Amachine(i386)"
#define CPP_PREDEFINES "-D__NetBSD__ -Asystem(unix) -Asystem(NetBSD) -Acpu(i386) -Amachine(i386)"
#undef SIZE_TYPE
#define SIZE_TYPE "unsigned int"