From: DJ Delorie Date: Mon, 23 Sep 2002 11:59:34 +0000 (+0000) Subject: * config.bfd: For DJGPP targets, match with any cpu and any machine. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a323cd33532304e09f83473479d77347b9bf089e;p=pf3gnuchains%2Fpf3gnuchains3x.git * config.bfd: For DJGPP targets, match with any cpu and any machine. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1f84b06601..1512d1d075 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2002-09-23 Mark Elbrecht + + * config.bfd: For DJGPP targets, match with any cpu and any machine. + 2002-09-23 Alan Modra * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Zero relocs diff --git a/bfd/config.bfd b/bfd/config.bfd index c76157f956..4aabfedaf5 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -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" ;;