[ipxe-devel] Test to disable PIE has incorrect flag

Nathan Rennie-Waldock nathan.renniewaldock at gmail.com
Sun May 28 10:56:01 UTC 2017


https://git.ipxe.org/ipxe.git/blob/HEAD:/src/arch/i386/Makefile#l78

Test is using -nopie, which doesn't exist. The correct flag is -no-pie

$ gcc -nopie
gcc: error: unrecognized command line option ‘-nopie’; did you mean ‘-no-pie’?



More information about the ipxe-devel mailing list