quagga: disable PIE on ARC
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>
Thu, 9 Jul 2015 10:00:11 +0000 (13:00 +0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 9 Jul 2015 20:14:19 +0000 (22:14 +0200)
commita3b44fa70cb336604f47ad6c6e1b720b4ac4dd12
tree4539ead423a8db44a510935151e738cbb4f493f6
parent701e75bf3d46405956d2641af187854ae6330790
quagga: disable PIE on ARC

Even though ARC gcc understands "-pie" option and attempts to generate
PIE binaries as of today PIE is not really supported for user-space
applications.

So we disable PIE detection if building for ARC.
That fixes http://autobuild.buildroot.net/results/ca0/ca0b1e271f29d7639b6a6e895472a35e2c1d8aba
and also prevents execution of non-supported PIE binary in runtime.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/quagga/quagga.mk