diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2535b9e9da2..53a08c45325 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +1999-07-23 Donn Terry + + * config.bfd (i[3456]86-*-interix*): New target. + 1999-07-21 Mark Elbrecht * coffcode.h (styp_to_sec_flags): If COFF_LONG_SECTION_NAMES and diff --git a/bfd/config.bfd b/bfd/config.bfd index 881accafbc8..600f843a108 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -303,6 +303,10 @@ case "${targ}" in targ_defvec=bfd_elf32_i386_vec targ_selvecs="i386pe_vec i386pei_vec" ;; + i[3456]86-*-interix*) + targ_defvec=i386pei_vec + targ_selvecs="i386pe_vec" + ;; i[3456]86-*-mingw32* | i[3456]86-*-cygwin* | i[3456]86-*-winnt | i[3456]86-*-pe) targ_defvec=i386pe_vec targ_selvecs="i386pe_vec i386pei_vec"