summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.sh
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-08-19 10:25:19 +0000
committerEric Andersen <andersen@codepoet.org>2002-08-19 10:25:19 +0000
commit9a87c828751eddd3f3fef0b74f3f9c2271eacf6c (patch)
tree11ef8289d823bdc6bdada349cb38a51daf4b7a11 /extra/Configs/Config.sh
parentc9c318ea7ff9d44c90a143fed902a074b425279f (diff)
SuperH config update
Diffstat (limited to 'extra/Configs/Config.sh')
-rw-r--r--extra/Configs/Config.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/Configs/Config.sh b/extra/Configs/Config.sh
index 29c4e29ef..0d4ef5022 100644
--- a/extra/Configs/Config.sh
+++ b/extra/Configs/Config.sh
@@ -72,6 +72,10 @@ ifeq ($(strip $(TARGET_PROC)),SH3_LITTLE_UCLINUX)
ARCH_CFLAGS += -ml
HAS_MMU = false
endif
+ifeq ($(strip $(TARGET_PROC)),SH3_BIG)
+ARCH_CFLAGS += -mb -m3 -D__BIG_ENDIAN__
+HAS_MMU = true
+endif
ifeq ($(strip $(TARGET_PROC)),SH3)
ARCH_CFLAGS += -ml
HAS_MMU = true