This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Successful build for gcc3.0.4 on OpenBSD3.0
On Fri, May 10, 2002 at 12:20:53AM -0400, Piyush Chugh wrote:
> Here is some interesting information for you guys:
>
> $ ./config.guess
> i386-unknown-openbsd3.0
> $ gcc -v
> Reading specs from /usr/local/gcc3/lib/gcc-lib/i386-unknown-openbsd3.0/3.0.4/specs
> Configured with: ../configure --prefix=/usr/local/gcc3 --enable-threads --enable-languages=c,c++,java
> Thread model: posix
> gcc version 3.0.4
> $ uname -p
> AMD Athlon Model 4 (Thunderbird) ("AuthenticAMD" 686-class)
>
> Notes: There was absolutely no problems with this build on OpenBSD 3.0. Just don't forget to use gmake rather than BSD's make. It is in the ports tree.
Thanks! I've added this to the GCC 3.0 build status list at
http://gcc.gnu.org/gcc-3.0/buildstat.html.
Janis