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]

Re: [PATCH]: new targets


Hi Federico,

>   Why the sparc portion of this diff hasn't been applied?

Typo on my part, sorry.  Fixed by applying this patch.

Cheers
        Nick

Index: configure.in
===================================================================
RCS file: /cvs/src/src/bfd/configure.in,v
retrieving revision 1.92
retrieving revision 1.93
diff -c -3 -p -w -r1.92 -r1.93
*** configure.in	11 May 2002 09:10:13 -0000	1.92
--- configure.in	13 May 2002 08:33:26 -0000	1.93
*************** changequote([,])dnl
*** 350,356 ****
    powerpc-*-*bsd*)	COREFILE=netbsd-core.lo ;;
    s390*-*-*)            COREFILE=trad-core.lo ;;
    sh*-*-netbsd*)	COREFILE=netbsd-core.lo ;;
!   sparc-*-netbsd* | sparc-*-openbsd*)
  	COREFILE=netbsd-core.lo
  	;;
    tahoe-*-*)
--- 350,356 ----
    powerpc-*-*bsd*)	COREFILE=netbsd-core.lo ;;
    s390*-*-*)            COREFILE=trad-core.lo ;;
    sh*-*-netbsd*)	COREFILE=netbsd-core.lo ;;
!   sparc-*-netbsd* | sparc*-*-openbsd*)
  	COREFILE=netbsd-core.lo
  	;;
    tahoe-*-*)


2002-05-11  Federico G. Schwindt <fgsch@olimpo.com.br>

	* configure.in (sparc*-*-openbsd*): Support sparc64-openbsd
	corefiles as well.2
	* configure: Regenerate.



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