Richard Henderson <richard.hender...@linaro.org> 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 this for building ROMs. if compile_prog "-Werror -fno-pie" "-no-pie"; then CFLAGS_NOPIE="-fno-pie" fi dropping it now. > > r~ -- Alex Bennée