diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-03-04 13:07:27 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-03-04 13:07:27 +0100 |
commit | c03cce8f74e6bc58d195d416af96e0ff395a3125 (patch) | |
tree | b44f56b80e10749e4c63dcf80c6056970e51b16a /extra/Configs | |
parent | 8fba8eb918fe5dd6dce21d0e50b48bb9743c4b10 (diff) |
fenv: only allow for ppc e500
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.in.arch | 2 |
1 files changed, 1 insertions, 1 deletions
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 |