* config/alpha/netbsd.h (CPP_PREDEFINES): Add -D_LP64.

From-SVN: r54024
This commit is contained in:
Jason Thorpe 2002-05-29 22:12:47 +00:00 committed by Jason Thorpe
parent 4da1d80483
commit a4febd3b9f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
* config/alpha/netbsd.h (CPP_PREDEFINES): Add -D_LP64.
2002-05-29 Richard Henderson <rth@redhat.com>
* config/i386/i386.c (ix86_compute_frame_layout): Do add bottom

View File

@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES \
"-D__NetBSD__ -D__ELF__ -Asystem=unix -Asystem=NetBSD"
"-D__NetBSD__ -D__ELF__ -D_LP64 -Asystem=unix -Asystem=NetBSD"
/* Show that we need a GP when profiling. */