diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1996-08-30 12:49:55 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1996-08-30 12:49:55 -0700 |
commit | cca4647dd45b23c3baa7dc038b89e86288469b3c (patch) | |
tree | c07d44e14ad06013fdadb3f05b2a0399a56daf4f | |
parent | e120e048d66ed9d568cf1802f591c322c5cfd3a1 (diff) | |
download | gcc-cca4647dd45b23c3baa7dc038b89e86288469b3c.zip gcc-cca4647dd45b23c3baa7dc038b89e86288469b3c.tar.gz gcc-cca4647dd45b23c3baa7dc038b89e86288469b3c.tar.bz2 |
Allow MULTILIB_DEFAULTS to be defined before this file is included.
From-SVN: r12683
-rw-r--r-- | gcc/config/mips/elf64.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/mips/elf64.h b/gcc/config/mips/elf64.h index c9e1b2a..6931c18 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. */ |