diff options
Diffstat (limited to 'contrib/gcc/config/sparc/sp86x-elf.h')
-rw-r--r-- | contrib/gcc/config/sparc/sp86x-elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/config/sparc/sp86x-elf.h b/contrib/gcc/config/sparc/sp86x-elf.h index 40ecd55ef4d8..42239a945e15 100644 --- a/contrib/gcc/config/sparc/sp86x-elf.h +++ b/contrib/gcc/config/sparc/sp86x-elf.h @@ -38,7 +38,7 @@ Boston, MA 02111-1307, USA. */ /* Enable app-regs and epilogue options. Do not enable the fpu. */ #undef TARGET_DEFAULT -#define TARGET_DEFAULT (MASK_APP_REGS + MASK_EPILOGUE) +#define TARGET_DEFAULT MASK_APP_REGS #undef ASM_SPEC #define ASM_SPEC "%{v:-V} %{mlittle-endian-data:--little-endian-data} %(asm_cpu)" |