From c03cce8f74e6bc58d195d416af96e0ff395a3125 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 4 Mar 2018 13:07:27 +0100 Subject: fenv: only allow for ppc e500 --- extra/Configs/Config.in.arch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/Configs') diff --git a/extra/Configs/Config.in.arch b/extra/Configs/Config.in.arch index 132e68a21..b51ed8118 100644 --- a/extra/Configs/Config.in.arch +++ b/extra/Configs/Config.in.arch @@ -183,7 +183,7 @@ config UCLIBC_HAS_FENV depends on TARGET_i386 || \ TARGET_metag || \ TARGET_nds32 || \ - TARGET_powerpc || \ + (TARGET_powerpc && CONFIG_E500) || \ TARGET_x86_64 help If you want the uClibc math library to contain the C99 floating -- cgit v1.2.3