svn commit: trunk/buildroot/package/gnuconfig/patches

vapier at uclibc.org vapier at uclibc.org
Thu Mar 2 06:24:22 UTC 2006


Author: vapier
Date: 2006-03-01 22:24:19 -0800 (Wed, 01 Mar 2006)
New Revision: 14424

Log:
fixup support for big endian targets

Modified:
   trunk/buildroot/package/gnuconfig/patches/config.sub.sh.patch


Changeset:
Modified: trunk/buildroot/package/gnuconfig/patches/config.sub.sh.patch
===================================================================
--- trunk/buildroot/package/gnuconfig/patches/config.sub.sh.patch	2006-03-02 06:18:02 UTC (rev 14423)
+++ trunk/buildroot/package/gnuconfig/patches/config.sub.sh.patch	2006-03-02 06:24:19 UTC (rev 14424)
@@ -15,10 +15,10 @@
 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 @@
  	| 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-* \




More information about the uClibc-cvs mailing list