]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/alpha/netbsd.h (CPP_PREDEFINES): Add -D_LP64.
authorJason Thorpe <thorpej@wasabisystems.com>
Wed, 29 May 2002 22:12:47 +0000 (22:12 +0000)
committerJason Thorpe <thorpej@gcc.gnu.org>
Wed, 29 May 2002 22:12:47 +0000 (22:12 +0000)
From-SVN: r54024

gcc/ChangeLog
gcc/config/alpha/netbsd.h

index 5c7c42a51620feb2b646cba900b038c30dee9807..13b00bb032c93c4426a858e88b92280b0557a5b0 100644 (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
index e5551da22885666819c104eb78c7d0604d3ea416..9a54c3a84accb337b7a89bb833c1119fcf5c8cf1 100644 (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.  */