Subject: Re: --db_more-- in recent sparc64 kernel
To: john heasley <heas@shrubbery.net>
From: Andrey Petrov <petrov@netbsd.org>
List: port-sparc64
Date: 07/17/2001 13:11:29
On Tue, Jul 17, 2001 at 01:10:26PM -0700, john heasley wrote:
>
> is there a separate cvs tree for the sparc64 toolchain?
get gnusrc from cvs, then follow sparc64/FAQ, excerpt below:
How do I build the new compiler? (top)
As of 20000927, the sparc64 port uses it's own gcc 2.95. Here's how to build and install it (in /usr/local!):
cd src/gnu/dist/toolchain
mkdir builddir
contrib/egcs_update --touch
cd builddir
../configure
make (you can set LANGUAGES=c if you don't want the others)
make install
rm -fr /usr/local/lib/gcc-lib/*/2.95.2/include
If your build breaks with "Fatal error: Can't extend frag 90. chars", you can try removing "-g" from CFLAGS in
src/gnu/dist/toolchain/builddir/binutils/Makefile.
--
Andrey