OSDN Git Service

Add support for i386-*-aros triple.
authorNick Clifton <nickc@redhat.com>
Tue, 21 Jan 2003 16:08:29 +0000 (16:08 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 21 Jan 2003 16:08:29 +0000 (16:08 +0000)
bfd/ChangeLog
bfd/config.bfd

index 3710295..6e1a3a1 100644 (file)
@@ -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.
index ec364a0..96d4765 100644 (file)
@@ -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
     ;;