summaryrefslogtreecommitdiffstats
path: root/package/sconeserver
diff options
context:
space:
mode:
authorSergio Prado <sergio.prado@e-labworks.com>2015-11-22 10:24:00 -0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-11-22 13:49:07 +0100
commit31a0e3fa624fd1b1439fb76ad2ba724e23ec97eb (patch)
treeda1a1395ad2eaaf992b98fcadee7f646398131d9 /package/sconeserver
parent08e08586b579d8a339ed6f1e3da01676fa3a7010 (diff)
downloadbuildroot-31a0e3fa624fd1b1439fb76ad2ba724e23ec97eb.tar.gz
buildroot-31a0e3fa624fd1b1439fb76ad2ba724e23ec97eb.zip
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>
Diffstat (limited to 'package/sconeserver')
-rw-r--r--package/sconeserver/Config.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/sconeserver/Config.in b/package/sconeserver/Config.in
index f16e683bf5..4083aa7dce 100644
--- a/package/sconeserver/Config.in
+++ b/package/sconeserver/Config.in
@@ -63,7 +63,6 @@ config BR2_PACKAGE_SCONESERVER_LOCATION
bool "location"
depends on BR2_USE_MMU # gpsd
depends on BR2_TOOLCHAIN_HAS_THREADS # gpsd
- depends on !BR2_microblaze # gpsd
depends on !BR2_STATIC_LIBS # gpsd
select BR2_PACKAGE_GPSD
help
@@ -72,7 +71,6 @@ config BR2_PACKAGE_SCONESERVER_LOCATION
comment "location support needs a toolchain w/ theads, dynamic library"
depends on BR2_USE_MMU
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBRARY
- depends on !BR2_microblaze
config BR2_PACKAGE_SCONESERVER_LETTUCE
bool "lettuce"
OpenPOWER on IntegriCloud