diff options
author | Roland McGrath <roland@gcc.gnu.org> | 1995-04-21 17:17:09 +0000 |
---|---|---|
committer | Roland McGrath <roland@gcc.gnu.org> | 1995-04-21 17:17:09 +0000 |
commit | a825be5a91c36787ebe2f272c983ba6a30843625 (patch) | |
tree | 27842ca87bd9b72ec409a8340bfafc75349c0e98 /gcc | |
parent | ba78c9ff87086847d6f3a4ac5424b593702925d8 (diff) | |
download | gcc-a825be5a91c36787ebe2f272c983ba6a30843625.zip gcc-a825be5a91c36787ebe2f272c983ba6a30843625.tar.gz gcc-a825be5a91c36787ebe2f272c983ba6a30843625.tar.bz2 |
(STANDARD_INCLUDE_DIR): Macro moved to generic gnu.h.
From-SVN: r9430
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/mips/gnu.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/mips/gnu.h b/gcc/config/mips/gnu.h index 5c98b7b..5cefc91 100644 --- a/gcc/config/mips/gnu.h +++ b/gcc/config/mips/gnu.h @@ -100,9 +100,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ "-DMIPSEB -DR3000 -D_MIPSEB -D_R3000 \ -D_MIPS_SZINT=32 -D_MIPS_SZLONG=32 -D_MIPS_SZPTR=32" -#undef STANDARD_INCLUDE_DIR -#define STANDARD_INCLUDE_DIR "/include" - #undef ASM_SPEC #define ASM_SPEC "\ %{mmips-as: \ |