From fc90506367f5c90d79523072850c1bc52282600f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 2 Jan 2002 23:31:27 +0000 Subject: Fixes from M. R. Brown to fixup some little compile nits with the SH architecture, and support SH4, --- extra/Configs/Config.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extra') 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 -- cgit v1.2.3