diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-11-08 08:27:59 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-11-08 08:27:59 +0000 |
commit | 66840fe60d2ec3a1ef5c4df5b4eeb7f09f12c10a (patch) | |
tree | dcfed85cf602aa08e056c718cacb2fc18936780e /extra | |
parent | 98f116f6b89cdd30f4bb06a2f7b424bf089a3469 (diff) |
Patch from Stefan Allius to fixup SuperH ARCH_HAS_MMU and ARCH_HAS_FPU
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/extra/Configs/Config.sh b/extra/Configs/Config.sh index eeee4ba26..4bc77625b 100644 --- a/extra/Configs/Config.sh +++ b/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" |