diff options
Diffstat (limited to 'bfd/elf32-sparc.c')
-rw-r--r-- | bfd/elf32-sparc.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bfd/elf32-sparc.c b/bfd/elf32-sparc.c index e5efbcc..0bb86f1 100644 --- a/bfd/elf32-sparc.c +++ b/bfd/elf32-sparc.c @@ -281,7 +281,10 @@ elf32_sparc_reloc_type_class (const struct bfd_link_info *info, #undef TARGET_BIG_NAME #define TARGET_BIG_NAME "elf32-sparc-sol2" -#undef elf32_bed +#undef ELF_TARGET_OS +#define ELF_TARGET_OS is_solaris + +#undef elf32_bed #define elf32_bed elf32_sparc_sol2_bed /* The 32-bit static TLS arena size is rounded to the nearest 8-byte |