소스 검색

Someone forgot mipsel for soft float...

Manuel Novoa III 20 년 전
부모
커밋
7b67264adf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      toolchain/Config.in

+ 1 - 1
toolchain/Config.in

@@ -29,7 +29,7 @@ config BR2_LARGEFILE
 config BR2_SOFT_FLOAT
 	bool "Use software floating point by default"
 	default n
-	depends on BR2_arm || BR2_armeb || BR2_mips || BR2_powerpc
+	depends on BR2_arm || BR2_armeb || BR2_mips || BR2_mipsel || BR2_powerpc
 	help
 	  If your target CPU does not have a Floating Point Unit (FPU) or a
 	  kernel FPU emulator, but you still wish to support floating point