reflect the new naming for openbsd: mips*-*-openbsd* instead of mips-*-openbsd*
authorgraichen <graichen@openbsd.org>
Sat, 12 Apr 1997 15:46:18 +0000 (15:46 +0000)
committergraichen <graichen@openbsd.org>
Sat, 12 Apr 1997 15:46:18 +0000 (15:46 +0000)
gnu/usr.bin/binutils/bfd/config.bfd

index f2c7222..4c86e4d 100644 (file)
@@ -353,7 +353,7 @@ case "${targ}" in
     targ_defvec=m88kbcs_vec
     targ_underscore=yes
     ;;
-  mips-*-openbsd*)
+  mips*-*-openbsd*)
     targ_defvec=bfd_elf32_littlemips_vec
     targ_selvecs=bfd_elf32_bigmips_vec
     ;;