1999-07-23 Donn Terry <donn@interix.com>

* config.bfd (i[3456]86-*-interix*): New target.
This commit is contained in:
Ian Lance Taylor 1999-07-24 02:35:30 +00:00
parent 08d836d6bb
commit 7d923127c0
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
1999-07-23 Donn Terry <donn@interix.com>
* config.bfd (i[3456]86-*-interix*): New target.
1999-07-21 Mark Elbrecht <snowball3@bigfoot.com>
* coffcode.h (styp_to_sec_flags): If COFF_LONG_SECTION_NAMES and

View File

@ -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"