I'm using an i686 Red Hat Linux system to build classpath for a
PowerPC 405 Linux system. My toolchain is set up properly and
successfully builds a bootable kernel for the PowerPC, but when I try
to configure classpath in this environment, I get a warning:
configure: WARNING: If you wanted to set the --build type, don't
use --host.
If a cross compiler is detected then cross compile mode will be used.
I'm setting --host=powerpc-405-linux-gnu. This is the correct setting
for the kernel.
The classpath configure script autodetects --build=i686-redhat-linux-
gnu and --target=powerpc-405-linux-gnu.
I've tried different combinations of --build and --host, but I can't
get the warning to go away. Should I just ignore it? It doesn't seem
to cause a problem in the final result. Thanks,
Trevor