diff options
Diffstat (limited to 'gcc/config/sh/sh64.h')
| -rw-r--r-- | gcc/config/sh/sh64.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc/config/sh/sh64.h b/gcc/config/sh/sh64.h index 1cc999d..522cbb8 100644 --- a/gcc/config/sh/sh64.h +++ b/gcc/config/sh/sh64.h @@ -23,19 +23,5 @@ Boston, MA 02111-1307, USA. */ #define TARGET_VERSION \ fputs (" (SuperH SH)", stderr); -#undef ASM_SPEC -#define ASM_SPEC "%(subtarget_asm_endian_spec) %{mrelax:-relax} \ -%{m5-compact*:--isa=SHcompact} \ -%{m5-32media*:--isa=SHmedia --abi=32} \ -%{m5-64media*:--isa=SHmedia --abi=64} \ -%{!m1:%{!m2:%{!m3*:%{!m4*:%{!m5*:--isa=SHmedia --abi=32}}}}} \ -" - -#undef LINK_DEFAULT_CPU_EMUL -#define LINK_DEFAULT_CPU_EMUL "32" - -#undef TARGET_DEFAULT -#define TARGET_DEFAULT (SH5_BIT|SH4_BIT|SH_E_BIT|TARGET_ENDIAN_DEFAULT) - #undef SH_ELF_WCHAR_TYPE #define SH_ELF_WCHAR_TYPE "int" |
