This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 4.0.1 testsuite uses installed g++ instead of newly bootstrapped g++
On Thu, Jul 28, 2005 at 10:53:02AM +1000, Paul C. Leopardi wrote:
> leopardi@linfinit:~/src/gcc/gcc-4.0.1-obj> ../gcc-4.0.1/configure
> --prefix=/usr/local/gcc/gcc-4.0.1 --enable-threads=posix --disable-libgcj
> --with-system-zlib --enable-shared --enable-__cxa_atexit
> --enable-languages=c,c++ x86_64-suse-linux
>
> This looks like it worked, but gave the warning:
>
> configure: warning: x86_64-suse-linux: invalid host type
It is a known issue:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=122570
It shouldn't cause any problems.
H.J.