diff options
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/Configs/Config.sh b/extra/Configs/Config.sh index 4e337e6f1..c19c04e2d 100644 --- a/extra/Configs/Config.sh +++ b/extra/Configs/Config.sh @@ -75,6 +75,10 @@ ifeq ($(strip $(TARGET_PROC)),SH3) ARCH_CFLAGS += -ml HAS_MMU = true endif +ifeq ($(strip $(TARGET_PROC)),SH4) +ARCH_CFLAGS += -ml -m4 +HAS_MMU = true +endif endif # Set this to `false' if you don't have/need basic floating point support |