Allow MULTILIB_DEFAULTS to be defined before this file is included.
authorJim Wilson <wilson@gcc.gnu.org>
Fri, 30 Aug 1996 19:49:55 +0000 (12:49 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 30 Aug 1996 19:49:55 +0000 (12:49 -0700)
From-SVN: r12683

gcc/config/mips/elf64.h

index c9e1b2afea5c3d88fa6f67e3d78ae29e76ce4f88..6931c183e8a84a9e89bfcbd07391081645a1bca4 100644 (file)
@@ -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.  */