* config.bfd: For DJGPP targets, match with any cpu and any machine.
authorDJ Delorie <dj@redhat.com>
Mon, 23 Sep 2002 11:59:34 +0000 (11:59 +0000)
committerDJ Delorie <dj@redhat.com>
Mon, 23 Sep 2002 11:59:34 +0000 (11:59 +0000)
bfd/ChangeLog
bfd/config.bfd

index 1f84b066019c724163e7558e2517952890177b93..1512d1d075cb5251cc1d56f57d3b7864f5cfb227 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-23  Mark Elbrecht  <snowball3@softhome.net>
+
+       * config.bfd: For DJGPP targets, match with any cpu and any machine.
+
 2002-09-23  Alan Modra  <amodra@bigpond.net.au>
 
        * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Zero relocs
index c76157f956e44fa9febec04cd1b4926ebd0d03b2..4aabfedaf53fe59e96ed83863098e4ce0ff85c35 100644 (file)
@@ -377,7 +377,7 @@ case "${targ}" in
   i[3456]86-*-chorus*)
     targ_defvec=bfd_elf32_i386_vec
     ;;
-  i[3456]86-*-msdosdjgpp* | i[3456]*-*-go32* | i[3456]86-go32-rtems* )
+  *-*-msdosdjgpp* | *-*-go32* | *-go32-rtems* )
     targ_defvec=go32coff_vec
     targ_selvecs="go32stubbedcoff_vec i386aout_vec"
     ;;
This page took 0.031944 seconds and 4 git commands to generate.