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]: support for OpenBSD vax core


Hi,

  For vax/OpenBSD, set COREFILE to netbsd-core.lo.
  Comments?

  f.-


bfd/ChangeLog:

2003-06-05 Federico G. Schwindt <fgsch@lodoss.net>
	* configure.in (vax-*-openbsd*): Set COREFILE to netbsd-core.lo.
	* configure: Regenerate.

  f.-

Index: configure.in
===================================================================
RCS file: /cvs/src/src/bfd/configure.in,v
retrieving revision 1.131
diff -u -p -r1.131 configure.in
--- configure.in	16 May 2003 16:30:22 -0000	1.131
+++ configure.in	5 Jun 2003 22:16:37 -0000
@@ -359,7 +359,9 @@ changequote([,])dnl
 	COREFILE=trad-core.lo
 	TRAD_HEADER='"hosts/tahoe.h"'
 	;;
-  vax-*-netbsd*)	COREFILE=netbsd-core.lo ;;
+  vax-*-netbsd* | vax-*-openbsd*)
+	COREFILE=netbsd-core.lo
+	;;
   vax-*-ultrix2*)
 	COREFILE=trad-core.lo
 	TRAD_HEADER='"hosts/vaxult2.h"'


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