This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Building snapshot on sparc-sun-solaris
- To: "~.Tom Tromey" <tromey at redhat dot com>
- Subject: Re: Building snapshot on sparc-sun-solaris
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Thu, 17 May 2001 15:24:02 -0400 (EDT)
- cc: Weiqi Gao <weiqigao at networkusa dot net>, java at gcc dot gnu dot org
On 17 May 2001, Tom Tromey wrote:
> Weiqi> Will the following configure command line do?:
> Weiqi> [gcc-build] $ ../gcc-20010514/configure --prefix=/opt/gcc-20010514
> Weiqi> --enable-threads --with-as=/path/tp/gnu/as --with-ld=/path/to/gnu/ld
>
> You also want to add `--with-gnu-as --with-gnu-ld'.
> I'm sure this is covered on the web page describing how to build gcc.
FYI I finally discovered the root cause of my Solaris binutils troubles.
GCC sometimes misbehaves a little choosing the right as. Using --with-as
and --with-ld religiously should avoid the problem, as will a very recent
binutils.
> The platforms I want to work for java in gcc 3.0 are:
>
> * x86 Linux
> * PPC Linux
> * IA-64 Linux
> * alpha Linux
> * Sparc Solaris
Sparc Linux will probably work as well, if someone can test it.
Jeff