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


On Thu, May 09, 2002 at 12:53:50PM -0300, Federico G. Schwindt wrote:
> Hi,
> 
>   Here's a diff for couple of OpenBSD targets.

  Why the sparc portion of this diff hasn't been applied?
  
  f.-
 
> [...]
>
> Index: configure.in
> ===================================================================
> RCS file: /cvs/src/src/bfd/configure.in,v
> retrieving revision 1.91
> diff -u -r1.91 configure.in
> --- configure.in	7 Apr 2002 21:49:09 -0000	1.91
> +++ configure.in	9 May 2002 15:58:26 -0000
> @@ -162,7 +162,9 @@
>  	COREFILE=trad-core.lo
>  	TRAD_HEADER='"hosts/alphalinux.h"'
>  	;;
> -  alpha*-*-netbsd*)	COREFILE=netbsd-core.lo ;;
> +  alpha*-*-netbsd* | alpha*-*-openbsd*)
> +	COREFILE=netbsd-core.lo
> +	;;
>    alpha*-*-*)		COREFILE=osf-core.lo ;;
>    arm-*-freebsd*)	COREFILE='' ;;
>    arm-*-netbsd*)	COREFILE=netbsd-core.lo ;;
> @@ -348,7 +350,7 @@
>    powerpc-*-*bsd*)	COREFILE=netbsd-core.lo ;;
>    s390*-*-*)            COREFILE=trad-core.lo ;;
>    sh*-*-netbsd*)	COREFILE=netbsd-core.lo ;;
> -  sparc-*-netbsd* | sparc-*-openbsd*)
> +  sparc-*-netbsd* | sparc*-*-openbsd*)
>  	COREFILE=netbsd-core.lo
>  	;;
>    tahoe-*-*)
> 


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