From: graichen Date: Sat, 12 Apr 1997 15:46:18 +0000 (+0000) Subject: reflect the new naming for openbsd: mips*-*-openbsd* instead of mips-*-openbsd* X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=fbe59079c635e496304f56bf5afa4cf3f3270fda;p=openbsd reflect the new naming for openbsd: mips*-*-openbsd* instead of mips-*-openbsd* --- diff --git a/gnu/usr.bin/binutils/bfd/config.bfd b/gnu/usr.bin/binutils/bfd/config.bfd index f2c7222a6b3..4c86e4dc833 100644 --- a/gnu/usr.bin/binutils/bfd/config.bfd +++ b/gnu/usr.bin/binutils/bfd/config.bfd @@ -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 ;;