Browse Source

SuperH config update

Eric Andersen 22 years ago
parent
commit
9a87c82875
1 changed files with 4 additions and 0 deletions
  1. 4 0
      extra/Configs/Config.sh

+ 4 - 0
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