Comment 0 for bug 514579

Revision history for this message
Eric (esb) wrote :

Binary package hint: gcc-4.4

gcc-4.4 cross build for m68k on i486 fails due to:

"checking for suffix of object files... configure: error: in `/home/eric/src/m68k-cross-compiler/gcc-4.4-4.4.1/build/m68k-linux-gnu/m68040/libgcc':
configure: error: cannot compute suffix of object files: cannot compile"

Upon further inspection, config.log states:

"xgcc: Internal error: no multiarch mapping for multilib (m68040)"

The internel error originates from set_multiarch_dir() in src/gcc/gcc.c:7854. I would like to disable multilib, but cannot figure out how.