mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
poco: fix sh4a fenv build failure
Disable FP environment on sh4a. Fixes http://autobuild.buildroot.net/results/8dc9bca5969d455cc30206fc1ae6e1d3ba6eb6ca/. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
f2c32b81dd
commit
54b369c51f
@ -34,6 +34,11 @@ ifeq ($(LIBC),uclibc)
|
|||||||
POCO_CONF_OPT += --no-fpenvironment --no-wstring
|
POCO_CONF_OPT += --no-fpenvironment --no-wstring
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# sh4a is missing FE_DOWNWARD and FE_UPWARD in its fenv.h
|
||||||
|
ifeq ($(BR2_sh4a),y)
|
||||||
|
POCO_CONF_OPT += --no-fpenvironment
|
||||||
|
endif
|
||||||
|
|
||||||
define POCO_CONFIGURE_CMDS
|
define POCO_CONFIGURE_CMDS
|
||||||
(cd $(@D); ./configure \
|
(cd $(@D); ./configure \
|
||||||
--config=Linux-CrossEnv \
|
--config=Linux-CrossEnv \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user