From: Jim Wilson Date: Fri, 30 Aug 1996 19:49:55 +0000 (-0700) Subject: Allow MULTILIB_DEFAULTS to be defined before this file is included. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cca4647dd45b23c3baa7dc038b89e86288469b3c;p=gcc.git Allow MULTILIB_DEFAULTS to be defined before this file is included. From-SVN: r12683 --- diff --git a/gcc/config/mips/elf64.h b/gcc/config/mips/elf64.h index c9e1b2afea5..6931c183e8a 100644 --- a/gcc/config/mips/elf64.h +++ b/gcc/config/mips/elf64.h @@ -25,11 +25,13 @@ Boston, MA 02111-1307, USA. */ #define TARGET_DEFAULT MASK_FLOAT64|MASK_64BIT #define MIPS_ISA_DEFAULT 3 +#ifndef MULTILIB_DEFAULTS #ifndef TARGET_ENDIAN_DEFAULT #define MULTILIB_DEFAULTS { "EB", "mips3" } #else #define MULTILIB_DEFAULTS { "EL", "mips3" } #endif +#endif /* Until we figure out what MIPS ELF targets normally use, just do stabs in ELF. */