This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]