gpsd: disallow profiling support with uClibc toolchain
authorSimon Dawson <spdawson@gmail.com>
Tue, 24 Jul 2012 12:34:32 +0000 (13:34 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 24 Jul 2012 16:32:11 +0000 (18:32 +0200)
commit23c9aeccde52d30c26d92866be0b094793aba712
treef9b5bcc2aab09580d8eb150bc7b67d7179739609
parentf66236e0a9e18045cb1566bc368368de5a5cc499
gpsd: disallow profiling support with uClibc toolchain

The following problem was reported by Thomas Petazzoni.

If BR2_PACKAGE_GPSD_PROFILING is enabled with a uClibc-based toolchain, then
gpsd fails to build. See the following for details.

  http://autobuild.buildroot.org/results/be707893f4bf0e7e964d183e4a655c5bb72d1889/build-end.log
  http://autobuild.buildroot.org/results/be707893f4bf0e7e964d183e4a655c5bb72d1889/defconfig.

The issue is that uClibc lacks the necessary infrastructure to support
profiling. This patch disallows selection of the gpsd profiling feature when
a uClibc-based toolchain is selected.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/gpsd/Config.in