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
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~
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 +-