소스 검색

fenv: only allow for ppc e500

Waldemar Brodkorb 6 년 전
부모
커밋
c03cce8f74
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      extra/Configs/Config.in.arch

+ 1 - 1
extra/Configs/Config.in.arch

@@ -183,7 +183,7 @@ config UCLIBC_HAS_FENV
 	depends on TARGET_i386 || \
 	depends on TARGET_i386 || \
 		   TARGET_metag || \
 		   TARGET_metag || \
 		   TARGET_nds32 || \
 		   TARGET_nds32 || \
-		   TARGET_powerpc || \
+		   (TARGET_powerpc && CONFIG_E500) || \
 		   TARGET_x86_64
 		   TARGET_x86_64
 	help
 	help
 	  If you want the uClibc math library to contain the C99 floating
 	  If you want the uClibc math library to contain the C99 floating