[Aboriginal] PIE

Rob Landley rob at landley.net
Mon May 18 23:38:10 PDT 2015


On Mon, May 18, 2015 at 3:35 PM, David Halls <dahalls at gmail.com> wrote:
> ~ # cat wup.c
> int main(int argc, char **argv) { return 0; }
> ~ # gcc -fPIE -pie wup.c

Why does it need both -fPIE and -pie ?

(Trying to figure out what changes I need to make to ccwrap parsing.)

Rob



More information about the Aboriginal mailing list