From: Jason Thorpe Date: Wed, 29 May 2002 22:12:47 +0000 (+0000) Subject: * config/alpha/netbsd.h (CPP_PREDEFINES): Add -D_LP64. X-Git-Tag: releases/gcc-3.1.1~234 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4febd3b9f9944ca82d38d109e33614bcbcd8b19;p=thirdparty%2Fgcc.git * config/alpha/netbsd.h (CPP_PREDEFINES): Add -D_LP64. From-SVN: r54024 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5c7c42a51620..13b00bb032c9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-05-29 Jason Thorpe + + * config/alpha/netbsd.h (CPP_PREDEFINES): Add -D_LP64. + 2002-05-29 Richard Henderson * config/i386/i386.c (ix86_compute_frame_layout): Do add bottom diff --git a/gcc/config/alpha/netbsd.h b/gcc/config/alpha/netbsd.h index e5551da22885..9a54c3a84acc 100644 --- a/gcc/config/alpha/netbsd.h +++ b/gcc/config/alpha/netbsd.h @@ -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. */