Subject: Re: port-hp300/2317: compiling gcc breaks on hp300 port with current 080496
To: None <frueauf@ira.uka.de>
From: Bernd Ernesti <netbsd@arresum.inka.de>
List: current-users
Date: 04/10/1996 20:27:30
On Tue Apr  9 20:50:10 1996, Thorsten Frueauf wrote:
[..]
> >Description:
> 	
> /src/gnu/usr.bin/gcc breaks when compiling on hp300.
> 
> >How-To-Repeat:
> 	
> cd /src/gnu/usr.bin/gcc 
> make cleandir
> make depend
> make
> 
> and watch:
> 
> ===> libgcc
> cc -O -I/amd/src/gnu/usr.bin/gcc/libgcc/../common -I/amd/src/gnu/usr.bin/gcc/libgcc/../arch  -I/amd/src/gnu/usr.bin/gcc/libgcc/../arch/m68k -Werror  -c -DL_op_new -o _op_new.o /amd/src/gnu/usr.bin/gcc/libgcc/libgcc2.c
> cc1: warnings being treated as errors
> /amd/src/gnu/usr.bin/gcc/libgcc/libgcc2.c:1652: warning: alias definitions not supported in this configuration
> *** Error code 1
> 
> >Fix:
> 	
> don't know, sorry :-(

Install the new gcc before you make libgcc.

Bernd