Browse Source

uclibc-ng-test: disable math tests for test appliance for now

Waldemar Brodkorb 9 years ago
parent
commit
5197e57488
1 changed files with 3 additions and 0 deletions
  1. 3 0
      package/uclibc-ng-test/Makefile

+ 3 - 0
package/uclibc-ng-test/Makefile

@@ -20,6 +20,9 @@ $(eval $(call PKG_template,UCLIBC_NG_TEST,uclibc-ng-test,$(PKG_VERSION)-${PKG_RE
 CONFIG_STYLE:=          manual
 INSTALL_STYLE:=         manual
 
+ifeq ($(ADK_APPLIANCE_TEST),y)
+XAKE_FLAGS+=		NO_MATH=1
+endif
 ifeq ($(ADK_TARGET_LIB_MUSL),y)
 XAKE_FLAGS+=		NO_MATH=1
 endif