djgpp bfd config update

Mark E. snowball3@softhome.net
Sun Sep 22 14:42:00 GMT 2002


Hi all,

BFD won't configure when using a P4 cpu with DJGPP it won't match in config.bfd. Could someone 
please apply this?


bfd/Changelog:

2002-09-22  Mark Elbrecht  <snowball3@softhome.net>

	* config.bfd: For DJGPP targets, match with any cpu and any machine.

Index: config.bfd
===================================================================
RCS file: /cvs/src/src/bfd/config.bfd,v
retrieving revision 1.118
diff -c -p -r1.118 config.bfd
*** config.bfd	17 Sep 2002 02:24:34 -0000	1.118
--- config.bfd	22 Sep 2002 17:48:05 -0000
*************** case "${targ}" in
*** 377,383 ****
    i[3456]86-*-chorus*)
      targ_defvec=bfd_elf32_i386_vec
      ;;
!   i[3456]86-*-msdosdjgpp* | i[3456]*-*-go32* | i[3456]86-go32-rtems* )
      targ_defvec=go32coff_vec
      targ_selvecs="go32stubbedcoff_vec i386aout_vec"
      ;;
--- 377,383 ----
    i[3456]86-*-chorus*)
      targ_defvec=bfd_elf32_i386_vec
      ;;
!   *-*-msdosdjgpp* | *-*-go32* | *-go32-rtems* )
      targ_defvec=go32coff_vec
      targ_selvecs="go32stubbedcoff_vec i386aout_vec"
      ;;



More information about the Binutils mailing list