This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: successful build gcc 3.2 on NetBSD i386 1.6
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Nils Olav Selåsdal <nils dot olav dot selaasdal at utelsystems dot com>
- Cc: "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>
- Date: Mon, 23 Sep 2002 10:56:32 -0700
- Subject: Re: successful build gcc 3.2 on NetBSD i386 1.6
- References: <4119492D7C3BD311B3670008C79B7BF90484FD@grimm1.GRIMSTAD>
On Mon, Sep 23, 2002 at 12:34:46PM +0200, Nils Olav Selåsdal wrote:
> Hi,
> I successfully built gcc 3.2 on an x86 machine running NetBSD 1.6:
>
> $ ./config.guess
> i386-unknown-netbsdelf1.6
>
> $ uname -a
> NetBSD pip 1.6 NetBSD 1.6 (MYKERNEL) #0: Thu Sep 19 00:24:20 CEST 2002
> root@pip:/usr/src/sys/arch/i386/compile/MYKERNEL i386
>
> $ gcc32/bin/gcc -v
> Reading specs from
> gcc32/bin/../lib/gcc-lib/i386-unknown-netbsdelf1.6/3.2/specs
> Configured with: ../gcc-3.2/configure --prefix=/home/noselasd/gcc32
> Thread model: single
>
> Note: Bootstrapped (gmake bootstrap)from the host compiler(which in 1.6 is
> gcc 2.95.3).
> gmake is needed, install it from the package collection.
Thanks! Your message is linked from the GCC 3.2 build status list at
http://gcc.gnu.org/gcc-3.2/buildstat.html.
Janis