mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-14 19:33:43 -09:00
To build shared libraries on SPARC64, -fPIC must be used instead of just -fpic. This commit fixes the setools package, which allows to get rid of the following autobuilder failure: http://autobuild.buildroot.net/results/ba1e473178bb66ebc43897b20e534606d2577ee3/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>