This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: one tree builds
- To: Jeffrey A Law <law at cygnus dot com>
- Subject: Re: one tree builds
- From: Joel Sherrill <joel at OARcorp dot com>
- Date: Tue, 25 Nov 1997 21:51:00 -0600 (CST)
- cc: egcs at cygnus dot com
On Tue, 25 Nov 1997, Jeffrey A Law wrote:
>
> > _mulsi3
> > as: unrecognized option `-c68020'
> >
> > I realize that the one-tree shell script from gcc 2.7.x will not work
> > since the gcc reorganization. I am using a script which ends up doing
> > this:
> This would make me wonder if you're picking up the right assembler --
> is the "as" link in the gcc dir pointing to the right place (keeping in
> mind the as.new -> as-new transition a little while back).
I am sure I am not picking up the right assembler.
My binutils is 2.8.1 and it is creating as.new while egcs is looking for
as-new. It looks like the same problem applies to at least ld and nm as
well.
Is this something that has changed in binutils since the 2.8.1 release and
I need to change my binutils to create XYZ-new?
--joel