On 18/12/2019 04.19, Richard Henderson wrote: > 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. > > Signed-off-by: Richard Henderson <[email protected]> > --- > configure | 18 ++++++++---------- > 1 file changed, 8 insertions(+), 10 deletions(-)
Reviewed-by: Thomas Huth <[email protected]>
