diff options
Diffstat (limited to 'gcc/config/mips/mips.h')
-rw-r--r-- | gcc/config/mips/mips.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index c619648236c..366970e677a 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -572,13 +572,6 @@ struct mips_cpu_info { #define TARGET_FP_EXCEPTIONS_DEFAULT MASK_FP_EXCEPTIONS #endif -/* 'from-abi' makes a good default: you get whatever the ABI requires. */ -#ifndef MIPS_ISA_DEFAULT -#ifndef MIPS_CPU_STRING_DEFAULT -#define MIPS_CPU_STRING_DEFAULT "from-abi" -#endif -#endif - #ifdef IN_LIBGCC2 #undef TARGET_64BIT /* Make this compile time constant for libgcc2 */ |