This is the mail archive of the libc-alpha@cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: config.sub problem on armv4l


On Mon, 25 Jan 1999 11:48:29 -0500 (EST), Rod Stewart wrote:
>  This message is in MIME format.  The first part should be readable text,
>  while the remaining parts are likely unreadable without MIME-aware tools.
>  Send mail to mime@docserver.cac.washington.edu for more info.
>
>--1971734092-936425939-917282909=:180
>Content-Type: TEXT/PLAIN; charset=US-ASCII
>
>
>I've noticed a problem with config.sub on armv4l.  This comes from the
>fact (I think) that the new release of automake, does not have
>armv[34][lb] support in it.

Please try this patch INSTEAD OF the patch you posted.  If it doesn't
apply cleanly, update to the latest CVS tree for glibc (or wait for
the next snapshot) and then try again.

Ulrich, Ben, can you commit this to glibc and autoconf?

zw

============================================================
Index: scripts/config.sub
--- scripts/config.sub	1999/01/24 10:37:00	1.3
+++ scripts/config.sub	1999/01/25 19:21:07
@@ -155,7 +155,7 @@
 		| alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \
 		| i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \
 		| mips64 | mipsel | mips64el | mips64orion | mips64orionel \
-		| mipstx39 | mipstx39el \
+		| mipstx39 | mipstx39el | armv[34][lb] \
 		| sparc | sparclet | sparclite | sparc64 | v850)
 		basic_machine=$basic_machine-unknown
 		;;
@@ -179,7 +179,7 @@
 	      | alpha-* | alphaev5-* | alphaev56-* | we32k-* | cydra-* \
 	      | ns16k-* | pn-* | np1-* | xps100-* | clipper-* | orion-* \
 	      | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \
-	      | sparc64-* | mips64-* | mipsel-* \
+	      | sparc64-* | mips64-* | mipsel-* | armv[34][lb]-* \
 	      | mips64el-* | mips64orion-* | mips64orionel-*  \
 	      | mipstx39-* | mipstx39el-* \
 	      | f301-*)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]