Projects that rely on a linker script usually specify a memory location 
where the executable should be placed. This directly contradicts the 
default option -fpie for position independent executables. In fact, using
PIE generates a GOT, which might be undesirable for developers that need
control over the generated sections.

Would it be positive to assume -fno-pie on these situations?

Signed-off-by: Carlos Bilbao <carlos.bil...@amd.com>

Reply via email to