This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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
    ;;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]