diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/configure.tgt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 7952d67..7efa156 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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 diff --git a/ld/configure.tgt b/ld/configure.tgt index 8ebdafc..29142f3 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -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 ;; |