修订版 | c03cce8f74e6bc58d195d416af96e0ff395a3125 (tree) |
---|---|
时间 | 2018-03-04 21:07:27 |
作者 | Waldemar Brodkorb <wbx@ucli...> |
Commiter | Waldemar Brodkorb |
fenv: only allow for ppc e500
@@ -183,7 +183,7 @@ config UCLIBC_HAS_FENV | ||
183 | 183 | depends on TARGET_i386 || \ |
184 | 184 | TARGET_metag || \ |
185 | 185 | TARGET_nds32 || \ |
186 | - TARGET_powerpc || \ | |
186 | + (TARGET_powerpc && CONFIG_E500) || \ | |
187 | 187 | TARGET_x86_64 |
188 | 188 | help |
189 | 189 | If you want the uClibc math library to contain the C99 floating |