Re: [PATCH for-5.0 v3 4/7] configure: Always detect -no-pie toolchain support

2020-03-30 Thread Alex Bennée
Richard Henderson 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

[PATCH for-5.0 v3 4/7] configure: Always detect -no-pie toolchain support

2020-03-27 Thread Richard Henderson
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. Reviewed-by: Philippe