From 5bd18d3f2dbb5b397eeb55935e4f1a597b3bbede Mon Sep 17 00:00:00 2001 From: law Date: Sun, 28 Nov 1999 08:03:00 +0000 Subject: [PATCH] * mips/linux.h (CPP_PREDEFINES): Undefine before redefining. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30684 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/config/mips/linux.h | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7836fbe..5ec82b6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +1999-11-28 Andreas Jaeger + + * mips/linux.h (CPP_PREDEFINES): Undefine before redefining. + Sun Nov 28 00:48:15 1999 Philippe De Muyter * cccp.c (do_include): Avoid initialization of automatic variable. diff --git a/gcc/config/mips/linux.h b/gcc/config/mips/linux.h index 455df16..9641c02 100644 --- a/gcc/config/mips/linux.h +++ b/gcc/config/mips/linux.h @@ -41,6 +41,7 @@ Boston, MA 02111-1307, USA. */ #define DEFAULT_VTABLE_THUNKS 1 /* Specify predefined symbols in preprocessor. */ +#undef CPP_PREDEFINES #if TARGET_ENDIAN_DEFAULT == 0 #define CPP_PREDEFINES "-DMIPSEL -D_MIPSEL -Dunix -Dmips -D_mips \ -DR3000 -D_R3000 -Dlinux -Asystem(posix) -Acpu(mips) \ -- 2.7.4