https://sourceware.org/bugzilla/show_bug.cgi?id=18695

--- Comment #9 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to H.J. Lu from comment #8)
> X32 overflow check is wrong.  One x32 gold test failure:
> 
> Cary, do you want me to fix it?

You can build x32 gold under Ubuntu with

CC="gcc -mx32 -fno-lto " CXX="g++ -mx32 -fno-lto " 
/export/gnu/import/git/sources/binutils-gdb/configure \
         --disable-ld --disable-gdb --disable-sim --disable-readline
--disable-libdecnumber \
        x86_64-linux-gnux32 --enable-gold --enable-plugins --enable-threads \
        --prefix=/usr/local \
        --with-local-prefix=/usr/local

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to