summaryrefslogtreecommitdiffstats
path: root/package/poco
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-09-17 19:58:18 +0200
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2017-09-24 15:44:11 +0200
commit4badc2a6bc6c8c91db6421081a68b3ffc96c3158 (patch)
treea581c553cb77b1bf4695fec8d66ea47377cd73b4 /package/poco
parent5d33515b54d45899e2bca8dedf109a4a62dd2331 (diff)
downloadbuildroot-4badc2a6bc6c8c91db6421081a68b3ffc96c3158.tar.gz
buildroot-4badc2a6bc6c8c91db6421081a68b3ffc96c3158.zip
package/poco: Update check for uclibc toolchain
LIBC is really only used to construct the target tuple. To check if we are using a uClibc toolchain, we use BR2_TOOLCHAIN_USES_UCLIBC. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'package/poco')
-rw-r--r--package/poco/poco.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/poco/poco.mk b/package/poco/poco.mk
index 673b93a4f9..29752e24c9 100644
--- a/package/poco/poco.mk
+++ b/package/poco/poco.mk
@@ -28,7 +28,7 @@ POCO_OMIT = Data/ODBC PageCompiler \
$(if $(BR2_PACKAGE_POCO_DATA_MYSQL),,Data/MySQL) \
$(if $(BR2_PACKAGE_POCO_DATA_SQLITE),,Data/SQLite)
-ifeq ($(LIBC),uclibc)
+ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y)
POCO_CONF_OPTS += --no-fpenvironment --no-wstring
endif
OpenPOWER on IntegriCloud