This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: Run more ld tests when not native
On Tue, Jan 10, 2017 at 1:50 PM, Alan Modra <amodra@gmail.com> wrote:
> On Tue, Jan 10, 2017 at 11:00:51AM -0800, H.J. Lu wrote:
>> I checked in this patch to fix i386 ld tests.
>
> Sorry, and thanks for cleaning up after me. I didn't modify the
> x86_64 and i386 tests to run when non-native, thinking there were
> plenty of people running native tests. Perhaps the i386 tests at
> least should be run non-native?
>
Some i386 tests are run-time tests. I build and test i386 binutils on
x86-64 with
CC="/usr/gcc-6.1.1-32bit/bin/gcc -m32"
CXX="/usr/gcc-6.1.1-32bit/bin/g++ -m32" RUNTESTFLAGS="--target_board
'unix{-m32}'" \
/export/gnu/import/git/sources/binutils-gdb/configure \
--
H.J.