diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-08-19 10:25:19 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-08-19 10:25:19 +0000 |
commit | 9a87c828751eddd3f3fef0b74f3f9c2271eacf6c (patch) | |
tree | 11ef8289d823bdc6bdada349cb38a51daf4b7a11 | |
parent | c9c318ea7ff9d44c90a143fed902a074b425279f (diff) | |
download | uClibc-alpine-9a87c828751eddd3f3fef0b74f3f9c2271eacf6c.tar.bz2 uClibc-alpine-9a87c828751eddd3f3fef0b74f3f9c2271eacf6c.tar.xz |
SuperH config update
-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 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 |