mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-18 17:53:34 +08:00
fixup support for big endian targets
This commit is contained in:
parent
69f053fdb4
commit
3ed67dec81
@ -15,10 +15,10 @@ brilliantly managed config target list.
|
||||
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
|
||||
retrieving revision 1.340
|
||||
diff -u -p -r1.340 config.sub
|
||||
--- config.sub 26 Feb 2006 23:33:46 -0000 1.340
|
||||
+++ config.sub 2 Mar 2006 06:22:01 -0000
|
||||
@@ -275,7 +275,7 @@ case $basic_machine in
|
||||
| pdp10 | pdp11 | pj | pjl \
|
||||
| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
|
||||
@ -28,3 +28,12 @@ diff -u -p -r1.336 config.sub
|
||||
| sh64 | sh64le \
|
||||
| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
|
||||
| sparcv8 | sparcv9 | sparcv9b | sparcv9v \
|
||||
@@ -359,7 +359,7 @@ case $basic_machine in
|
||||
| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
|
||||
| pyramid-* \
|
||||
| romp-* | rs6000-* \
|
||||
- | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \
|
||||
+ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]a*eb-* | sh[23]e-* | sh[34]eb-* | shbe-* | sheb-* \
|
||||
| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
|
||||
| sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
|
||||
| sparclite-* \
|
||||
|
Loading…
Reference in New Issue
Block a user