https://sourceware.org/bugzilla/show_bug.cgi?id=28194
Mark Wielaard <mark at klomp dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mark at klomp dot org Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #2 from Mark Wielaard <mark at klomp dot org> --- I can confirm that on x86_64 fedora, with all i386 devel packages installed the following configure/build works and passes all tests: CC="gcc -m32" CXX="g++ -m32" ./configure --host=i686-pc-linux-gnu --enable-debuginfod && make -j8 && make check -j8 ============================================================================ Testsuite summary for elfutils 0.186 ============================================================================ # TOTAL: 255 # PASS: 249 # SKIP: 6 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ -- You are receiving this mail because: You are on the CC list for the bug.