Re: [PATCH v2 06/11] tests/tcg/i386: force -fno-pie for test-i386

2021-04-06 Thread Alex Bennée
Richard Henderson writes: > On 4/1/21 3:25 AM, Alex Bennée wrote: >> +-Werror -fno-pie -no-pie -o $TMPE $TMPC; then > > What is -no-pie? That isn't a compiler option, afaik. No it's a c&p error from the main test in configure: # Check we support --no-pie first; we will need

Re: [PATCH v2 06/11] tests/tcg/i386: force -fno-pie for test-i386

2021-04-02 Thread Richard Henderson
On 4/1/21 3:25 AM, Alex Bennée wrote: +-Werror -fno-pie -no-pie -o $TMPE $TMPC; then What is -no-pie? That isn't a compiler option, afaik. r~

[PATCH v2 06/11] tests/tcg/i386: force -fno-pie for test-i386

2021-04-01 Thread Alex Bennée
The containerised compiler defaults to no-pie anyway but if we are relying on the users installed cross compiler we need to check it works for building 16 bit code first. Signed-off-by: Alex Bennée --- tests/tcg/configure.sh | 6 ++ tests/tcg/i386/Makefile.target | 16 +-