poco: fix nios2 fenv build failure
Disable FP environment on nios2. Fixes: http://autobuild.buildroot.net/results/3ce/3ce9d6dc5c4e8fceebaa461e5085da7f33fda8a1/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
a747671813
commit
b392a24adb
@ -34,8 +34,8 @@ ifeq ($(LIBC),uclibc)
|
||||
POCO_CONF_OPT += --no-fpenvironment --no-wstring
|
||||
endif
|
||||
|
||||
# sh4a is missing FE_DOWNWARD and FE_UPWARD in its fenv.h
|
||||
ifeq ($(BR2_sh4a),y)
|
||||
# architectures missing some FE_* in their fenv.h
|
||||
ifeq ($(BR2_sh4a)$(BR2_nios2),y)
|
||||
POCO_CONF_OPT += --no-fpenvironment
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user