Add support for i386-*-aros triple.
This commit is contained in:
parent
3dbe594b71
commit
da896d3fcc
7 changed files with 206 additions and 174 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-01-21 Fabio Alemagna <falemagn@aros.org>
|
||||
|
||||
* config.bfd: Handle i[3456]86-*-aros*.
|
||||
|
||||
2003-01-21 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* elf32-ppc.c (struct ppc_elf_dyn_relocs): Define.
|
||||
|
|
|
@ -374,6 +374,9 @@ case "${targ}" in
|
|||
targ_defvec=bfd_elf32_i386_vec
|
||||
targ_selvecs=i386coff_vec
|
||||
;;
|
||||
i[3456]86-*-aros*)
|
||||
targ_defvec=bfd_elf32_i386_vec
|
||||
;;
|
||||
i[3456]86-*-chorus*)
|
||||
targ_defvec=bfd_elf32_i386_vec
|
||||
;;
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2003-01-21 Fabio Alemagna <falemagn@aros.org>
|
||||
|
||||
* configure.in: Handle *-*-aros*.
|
||||
* configure: Regenerated from configure.in.
|
||||
|
||||
2003-01-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
|
||||
|
||||
* config/tc-s390.c (elf_suffix_type): Add suffix enums for gotoff,
|
||||
|
|
362
gas/configure
vendored
362
gas/configure
vendored
File diff suppressed because it is too large
Load diff
|
@ -486,6 +486,7 @@ changequote([,])dnl
|
|||
*-*-xray | *-*-hms) fmt=coff ;;
|
||||
*-*-sim) fmt=coff ;;
|
||||
*-*-elf | *-*-sysv4* | *-*-solaris*) fmt=elf dev=yes ;;
|
||||
*-*-aros*) fmt=elf em=linux bfd_gas=yes ;;
|
||||
*-*-vxworks) fmt=aout ;;
|
||||
*-*-netware) fmt=elf ;;
|
||||
esac
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2003-01-21 Fabio Alemagna <falemagn@aros.org>
|
||||
|
||||
* configure.tgt: Handle i[3456]86-*-aros*
|
||||
|
||||
2003-01-19 Svein E. Seldal <Svein.Seldal@solidas.com>
|
||||
|
||||
* Makefile.am: Added etic3xcoff.o and etic4xcoff_onchip.o
|
||||
|
|
|
@ -135,6 +135,7 @@ i[3456]86-*-coff) targ_emul=i386coff ;;
|
|||
i[3456]86-*-rtemscoff*) targ_emul=i386coff ;;
|
||||
i[3456]86-*-rtemself*) targ_emul=elf_i386 ;;
|
||||
i[3456]86-*-rtems*) targ_emul=elf_i386 ;;
|
||||
i[3456]86-*-aros*) targ_emul=elf_i386 ;;
|
||||
i[3456]86-*-bsd) targ_emul=i386bsd ;;
|
||||
i[3456]86-*-bsd386) targ_emul=i386bsd ;;
|
||||
i[3456]86-*-bsdi*) targ_emul=i386bsd ;;
|
||||
|
|
Loading…
Reference in a new issue