Add -D_LP64 to CPP_PREDEFINES.

This commit is contained in:
thorpej 2002-05-03 17:45:02 +00:00
parent 6acc7fa8af
commit aa048fbf0d
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ Boston, MA 02111-1307, USA. */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "\
-D__alpha__ -D__alpha -D__NetBSD__ -D__ELF__ -D__KPRINTF_ATTRIBUTE__ \
-D__alpha__ -D__alpha -D__NetBSD__ -D__ELF__ -D_LP64 -D__KPRINTF_ATTRIBUTE__ \
-Asystem(unix) -Asystem(NetBSD) -Acpu(alpha) -Amachine(alpha)"
/* Make gcc agree with <machine/ansi.h> */