2005-11-21 21:14:49 +01:00
|
|
|
gnuconfig seems intent on only supporting superfluous targets that don't
|
|
|
|
represent any real hardware (such as sh2a LE). GCC in its infinite wisdom is
|
|
|
|
also incapable of supporting tuning for other variants in a sensible fashion.
|
|
|
|
|
|
|
|
As such, we still need to be able to support such useful targets as
|
|
|
|
sh2a_nofpueb in order to not only get the byte order right, but also to
|
|
|
|
support -m2a-nofpu tuning from the kernel (though we tend to do this through
|
|
|
|
-Wa,-isa= instead, as the binutils people do a much better job of not screwing
|
|
|
|
up their config code every other day. Way to go config.gcc..).
|
|
|
|
|
|
|
|
The fact that the sh variant matching is the ugliest out of any of the other
|
|
|
|
architectures doesn't seem to deter GCC folk from their well thought out and
|
|
|
|
brilliantly managed config target list.
|
|
|
|
|
2006-01-04 05:05:05 +01:00
|
|
|
Index: config.sub
|
|
|
|
===================================================================
|
|
|
|
RCS file: /cvsroot/config/config/config.sub,v
|
|
|
|
retrieving revision 1.336
|
|
|
|
diff -u -p -r1.336 config.sub
|
|
|
|
--- config.sub 22 Dec 2005 23:50:21 -0000 1.336
|
|
|
|
+++ config.sub 30 Dec 2005 23:36:24 -0000
|
|
|
|
@@ -273,7 +273,7 @@ case $basic_machine in
|
2005-11-21 21:14:49 +01:00
|
|
|
| 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 \
|