gpsd: add work-around and re-enable for microblaze
authorSergio Prado <sergio.prado@e-labworks.com>
Sun, 22 Nov 2015 12:24:00 +0000 (10:24 -0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 22 Nov 2015 12:49:07 +0000 (13:49 +0100)
commit31a0e3fa624fd1b1439fb76ad2ba724e23ec97eb
treeda1a1395ad2eaaf992b98fcadee7f646398131d9
parent08e08586b579d8a339ed6f1e3da01676fa3a7010
gpsd: add work-around and re-enable for microblaze

Fix (works around) bug #6872
https://bugs.busybox.net/show_bug.cgi?id=6872

The gpsd package was disabled due to an internal compiler error for
the microblaze architecture in the following commit:
http://git.buildroot.net/buildroot/commit/?id=d517415bcda380336f4a27bf248cef4d81791c9e

The problem is due to an specific GCC optimization flag
(-fexpensive-optimizations), so disabling it we can work around this
problem and compile gpsd for the microblaze architecture.

Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/gpsd/Config.in
package/gpsd/gpsd.mk
package/sconeserver/Config.in