Subject: Re: NOTE: BFD/BINUTILS FIXED
To: Todd Vierling <tv@pobox.com>
From: Simon Burge <simonb@telstra.com.au>
List: tech-toolchain
Date: 08/23/1998 15:48:30
On Sat, 22 Aug 1998 23:21:13 -0400 (EDT)  Todd Vierling wrote:

> On Sun, 23 Aug 1998, Simon Burge wrote:
> 
> : Todd, does this have any chance of fixing my recent PR (port-mips/5994)
> : where the binutil's commands give the following error messages:
> : 
> : 	ar: can't set BFD default target to `mipsel-unknown-netbsd': Invalid bfd target
> 
> It should.  I fixed targmatch.h to understand this (actually, to
> automatically generate targmatch.h from config.bfd).  I need confirmation,
> however.

Seems to work ok so far.  I just did:

	cd /usr/src/gnu
	cvs update -dP
	cd lib/bfd
	make clean && make && make install
	cd ../../gnu/usr.bin/binutils
	make clean && make && make install
	make clean && make && make install

and tested nm, strip, ar and ranlib on a few things.

Simon.