This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[3.3/3.4] configure hickup with --build and --host?
- From: Gunther Nikl <gni at gecko dot de>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 4 Sep 2003 11:31:55 +0200
- Subject: [3.3/3.4] configure hickup with --build and --host?
Hello!
I am configuring with --build=`config.guess` and --host. The messages from
configure do look sane but in the end I think parts or auto-build.h and
auto-host.h are mixed up, eg.
auto-build.h says: /* #undef HAVE_AS_LEB128 */
auto-host.h says: #define HAVE_AS_LEB128 1
That should be the other way. The first tested assembler is the targets
assembler and the second one is the build assembler. Is that a mistake on
my part or is that a configure error?
Thank you,
Gunther