diff options
| author | Paul Mundt | 2005-11-21 21:14:49 +0100 |
|---|---|---|
| committer | Paul Mundt | 2005-11-21 21:14:49 +0100 |
| commit | 48eb656e15a20a71c5df3d9c75e6eb5a10c42fcd (patch) | |
| tree | 9be1cb2dc1024513b0738b9e5e7a634483de7ca7 /package/gnuconfig/config.sub | |
| parent | binutils needs a CONFIG_UPDATE too, noted by Mike Frysinger. (diff) | |
| download | buildroot-48eb656e15a20a71c5df3d9c75e6eb5a10c42fcd.tar.gz buildroot-48eb656e15a20a71c5df3d9c75e6eb5a10c42fcd.tar.xz buildroot-48eb656e15a20a71c5df3d9c75e6eb5a10c42fcd.zip | |
Add support for sh2a and sh4a big endian (ie, targets that reflect
hardware that actually exists -- never something to deter gcc folk
though). Now ISA tuning has a chance of producing a bootable kernel,
gcc code generation notwithstanding..
Diffstat (limited to 'package/gnuconfig/config.sub')
| -rwxr-xr-x | package/gnuconfig/config.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gnuconfig/config.sub b/package/gnuconfig/config.sub index c6f90b077..579c52b62 100755 --- a/package/gnuconfig/config.sub +++ b/package/gnuconfig/config.sub @@ -264,7 +264,7 @@ case $basic_machine in | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ - | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ + | sh | sh[1234] | sh[24]a | sh[24]a*eb | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b \ |
