Ver Fonte

Patch from Stefan Allius to fixup SuperH ARCH_HAS_MMU and ARCH_HAS_FPU

Eric Andersen há 21 anos atrás
pai
commit
66840fe60d
1 ficheiros alterados com 5 adições e 1 exclusões
  1. 5 1
      extra/Configs/Config.sh

+ 5 - 1
extra/Configs/Config.sh

@@ -71,7 +71,11 @@ endchoice
 
 config ARCH_HAS_NO_MMU
 	bool
-	default y if CONFIG_SH2 || CONFIG_SH3
+	default y if CONFIG_SH2
+
+config ARCH_HAS_NO_FPU
+       bool
+       default y if CONFIG_SH2 || CONFIG_SH3
 
 source "extra/Configs/Config.in.arch"