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>
This commit is contained in:
parent
5d33515b54
commit
4badc2a6bc
@ -28,7 +28,7 @@ POCO_OMIT = Data/ODBC PageCompiler \
|
|||||||
$(if $(BR2_PACKAGE_POCO_DATA_MYSQL),,Data/MySQL) \
|
$(if $(BR2_PACKAGE_POCO_DATA_MYSQL),,Data/MySQL) \
|
||||||
$(if $(BR2_PACKAGE_POCO_DATA_SQLITE),,Data/SQLite)
|
$(if $(BR2_PACKAGE_POCO_DATA_SQLITE),,Data/SQLite)
|
||||||
|
|
||||||
ifeq ($(LIBC),uclibc)
|
ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y)
|
||||||
POCO_CONF_OPTS += --no-fpenvironment --no-wstring
|
POCO_CONF_OPTS += --no-fpenvironment --no-wstring
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user