diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-28 08:03:00 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-28 08:03:00 +0000 |
commit | 5bd18d3f2dbb5b397eeb55935e4f1a597b3bbede (patch) | |
tree | a19614d1dda8fa6a4c8e99a26f6f6e8126157b8b /gcc/config/mips | |
parent | d7f8de75a89fb17a4a097d891a7910d19329e432 (diff) | |
download | gcc-5bd18d3f2dbb5b397eeb55935e4f1a597b3bbede.tar.gz |
* 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
Diffstat (limited to 'gcc/config/mips')
-rw-r--r-- | gcc/config/mips/linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/mips/linux.h b/gcc/config/mips/linux.h index 455df16b43f..9641c02dcad 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) \ |