On 1/7/20 11:16 PM, Alex Bennée wrote: > > Richard Henderson <richard.hender...@linaro.org> writes: > >> The CFLAGS_NOPIE and LDFLAGS_NOPIE variables are used >> in pc-bios/optionrom/Makefile, which has nothing to do >> with the PIE setting of the main qemu executables. >> >> This overrides any operating system default to build >> all executables as PIE, which is important for ROMs. > > But if the compiler doesn't support no-pie it just keeps going on. > Should the sub-build be bailing if _NOPIE is empty?
If the compiler doesn't support no-pie, we assume that pie isn't default, and so no arguments are required. r~