|
@@ -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 \
|