diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-12-03 23:04:01 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-12-03 23:04:01 +0000 |
commit | 1af4ec5a3807f05e2b8126c9e430c10e2e70ead9 (patch) | |
tree | c2f03dfcb7d97abe5b9d1ec964dc4b53ba7e42dd /extra | |
parent | 037c47dba6db9e9018a3b9daaf90e5e8e652d679 (diff) |
Paul Mundt <lethal@linux-sh.org> writes:
Nothing overly interesting here, this renames Hitachi/Mitsubishi to Renesas
for the relevant platforms (in this case, h8, sh, and m32r). The same changes
have already been going on in gcc/binutils/gdb/glibc/etc.
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/Configs/Config.sh b/extra/Configs/Config.sh index c47111a08..42be68cd3 100644 --- a/extra/Configs/Config.sh +++ b/extra/Configs/Config.sh @@ -38,10 +38,10 @@ choice that uClibc will work at all.... Here are the available choices: - - "SH2" Hitachi SH2 - - "SH3" Hitachi SH3 - - "SH4" Hitachi SH4 - - "SH5" SH-5 101, 103 + - "SH2" SuperH SH-2 + - "SH3" SuperH SH-3 + - "SH4" SuperH SH-4 + - "SH5" SuperH SH-5 101, 103 config CONFIG_SH2 select ARCH_HAS_NO_MMU |