diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-02 06:24:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-02 06:24:19 +0000 |
commit | 3ed67dec81012bfdcd82e77db4c111092dc174b8 (patch) | |
tree | 79f427ce3493a7336d20b799dbce7a28e8114d41 | |
parent | 69f053fdb46bfbb2c325c03aa1760061883a0c47 (diff) | |
download | buildroot-novena-3ed67dec81012bfdcd82e77db4c111092dc174b8.tar.gz buildroot-novena-3ed67dec81012bfdcd82e77db4c111092dc174b8.zip |
fixup support for big endian targets
-rw-r--r-- | package/gnuconfig/patches/config.sub.sh.patch | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/package/gnuconfig/patches/config.sub.sh.patch b/package/gnuconfig/patches/config.sub.sh.patch index 0ca2db8e0..edbc41910 100644 --- a/package/gnuconfig/patches/config.sub.sh.patch +++ b/package/gnuconfig/patches/config.sub.sh.patch @@ -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-* \ |