gpsd: disable for microblaze arch
authorRyan Barnett <ryanbarnett3@gmail.com>
Thu, 6 Feb 2014 22:56:57 +0000 (23:56 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 8 Feb 2014 21:53:41 +0000 (22:53 +0100)
gpsd will fail on an internal compiler error for the microblaze
architecture so disabling it on that architecture.

Fixes:
  http://autobuild.buildroot.org/results/42d/42da870722f24e4202d8265597771a0449e74cfd

[Peter: add comment explaining why]
Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gpsd/Config.in
package/sconeserver/Config.in

index 5954e7701aebe94e2fac3f759ad2c894d447a4b4..00a8a13eac39077fc01dbbcdccc863d208557ac2 100644 (file)
@@ -1,12 +1,15 @@
 comment "gpsd needs a toolchain w/ threads"
        depends on BR2_USE_MMU
        depends on !BR2_TOOLCHAIN_HAS_THREADS
+       depends on !BR2_microblaze
 
 config BR2_PACKAGE_GPSD
        bool "gpsd"
        # Uses fork()
        depends on BR2_USE_MMU
        depends on BR2_TOOLCHAIN_HAS_THREADS
+       # triggers gcc ice
+       depends on !BR2_microblaze
        help
          gpsd is a service daemon that monitors one or more GPSes or AIS
          receivers attached to a host computer through serial or USB ports,
index 1dc41d2ed755e2697bc14518303e732dc4bfcec8..ccb9c00d00c5bef04dc3fd21de0a61edba9d85cb 100644 (file)
@@ -67,6 +67,7 @@ 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
        select BR2_PACKAGE_GPSD
        help
          Location module for Sconeserver