Explorar el Código

SuperH config update

Eric Andersen hace 22 años
padre
commit
9a87c82875
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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
 ARCH_CFLAGS += -ml
 HAS_MMU = false
 HAS_MMU = false
 endif
 endif
+ifeq ($(strip $(TARGET_PROC)),SH3_BIG)
+ARCH_CFLAGS += -mb -m3 -D__BIG_ENDIAN__
+HAS_MMU = true
+endif
 ifeq ($(strip $(TARGET_PROC)),SH3)
 ifeq ($(strip $(TARGET_PROC)),SH3)
 ARCH_CFLAGS += -ml
 ARCH_CFLAGS += -ml
 HAS_MMU = true
 HAS_MMU = true