[PATCH] Fix OpenBSD/m88k recognition in config.bfd

Mark Kettenis kettenis@chello.nl
Sat Jun 26 07:05:00 GMT 2004


I posted this patch before, about a month ago.  On second throught
it's so obvious that I've gone ahead and committed it rather than
pinging.

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* config.bfd: Replace m88k-*-openbsd* with m88*-*-openbsd*.

Index: config.bfd
===================================================================
RCS file: /cvs/src/src/bfd/config.bfd,v
retrieving revision 1.162
diff -u -p -r1.162 config.bfd
--- config.bfd 24 May 2004 14:48:15 -0000 1.162
+++ config.bfd 26 Jun 2004 07:02:24 -0000
@@ -753,7 +753,7 @@ case "${targ}" in
     targ_defvec=m88kmach3_vec
     targ_cflags=-DSTAT_FOR_EXEC
     ;;
- m88k-*-openbsd*)
+  m88*-*-openbsd*)
    targ_defvec=m88kopenbsd_vec
    targ_underscore=yes
    ;;



More information about the Binutils mailing list