Subject: Re: C++
To: Todd Vierling <tv@pobox.com>
From: Patrick Welche <prlw1@cam.ac.uk>
List: port-arm32
Date: 02/11/1999 16:16:24
Todd Vierling wrote:
> 
> On Wed, 10 Feb 1999, Patrick Welche wrote:
> 
> : I thought I would try out the new binutils (especially ld!)
> 
> Uh, what ld?  Neither ld (old) nor ld.new are enabled for arm32, because
> neither support it correctly right now.  In order to get a working ld, you
> *must* use the old ld sources with the arm32 patches, which are NOT yet
> in-tree.

Ah - right you are - I looked at:

.elif (${MACHINE_ARCH} != "arm32")
SUBDIR+=        ld.new

and assumed wrongly that therefore I would get a new ld, however

% ls -l `which ld`
-r-xr-xr-x  1 root  wheel  77824 Jun  7  1998 /usr/bin/ld

so I'll just forget about it.

Cheers,

Patrick