From devel-owner@netwinder.org Tue Feb  2 11:10:38 1999
Received: from www.netwinder.org ([209.167.41.106]:43528 "EHLO www.netwinder.org" ident: "NO-IDENT-SERVICE[2]") by acli.interlog.com with ESMTP id <40485-487>; Tue, 2 Feb 1999 11:10:24 -0500
Received: from localhost (mail@localhost)
	by www.netwinder.org (8.8.5/8.8.5) with SMTP id KAA26113;
	Tue, 2 Feb 1999 10:33:04 -0500
Received: by www.netwinder.org (bulk_mailer v1.11); Tue, 2 Feb 1999 10:31:26 -0500
Received: (from majordomo@localhost)
	by www.netwinder.org (8.8.5/8.8.5) id KAA26076
	for devel-list; Tue, 2 Feb 1999 10:31:25 -0500
X-Authentication-Warning: www.netwinder.org: majordomo set sender to owner-devel@netwinder.org using -f
Received: from mail1.uunet.ca (mail1.uunet.ca [209.167.141.3])
	by www.netwinder.org (8.8.5/8.8.5) with ESMTP id KAA26073
	for <devel@netwinder.org>; Tue, 2 Feb 1999 10:31:24 -0500
Received: from cccmail.corelcomputer.com (internet.corel.ca [209.167.40.2]) by mail1.uunet.ca with ESMTP id <215705-29109>; Tue, 2 Feb 1999 10:31:22 -0500
Received: from corelcomputer.com ([10.1.84.41])
          by cccmail.corelcomputer.com (Netscape Messaging Server 3.62)
           with ESMTP id 169 for <devel@netwinder.org>;
          Tue, 2 Feb 1999 10:24:43 -0500
Message-ID: <36B71E6F.BEEBC10E@corelcomputer.com>
Date: Tue, 2 Feb 1999 10:49:03 -0500
From: Scott Bambrough <scottb@corelcomputer.com>
Organization: Corel Computer Corporation
X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.0.32 i586)
MIME-Version: 1.0
To: devel@netwinder.org
Subject: Patches to config.guess, config.sub to recognize armv4l...
Content-Type: multipart/mixed; boundary="------------9CFA71183E288A0DC389CE27"
Sender: owner-devel@netwinder.org
Reply-To: devel@netwinder.org
Return-Path: <devel-owner@netwinder.org>
X-Orcpt: rfc822;acli@ada.ddns.org
Status: RO
Content-Length: 2245
Lines: 77

This is a multi-part message in MIME format.
--------------9CFA71183E288A0DC389CE27
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Oops, hit send, should have been attach.  Sorry, the file is attached now.


I have submitted patches similar to the attached to the autoconf maintainers. 
This allows the armv4l syntax to be recognized.

Scott
--------------9CFA71183E288A0DC389CE27
Content-Type: text/plain; charset=us-ascii; name="armconfig.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="armconfig.patch"

Index: config.guess
===================================================================
RCS file: /glibc/cvsfiles/libc/scripts/config.guess,v
retrieving revision 1.2
diff -u -r1.2 config.guess
--- config.guess	1999/01/24 10:37:02	1.2
+++ config.guess	1999/01/25 20:28:47
@@ -549,6 +549,7 @@
 	# uname on the ARM produces all sorts of strangeness, and we need to
 	# filter it out.
 	case "$UNAME_MACHINE" in
+	  armv*)		      ;;
 	  arm* | sa110*)	      UNAME_MACHINE="arm" ;;
 	esac
 
Index: config.sub
===================================================================
RCS file: /glibc/cvsfiles/libc/scripts/config.sub,v
retrieving revision 1.3
diff -u -r1.3 config.sub
--- config.sub	1999/01/24 10:37:00	1.3
+++ config.sub	1999/01/25 20:28:48
@@ -182,7 +182,7 @@
 	      | sparc64-* | mips64-* | mipsel-* \
 	      | mips64el-* | mips64orion-* | mips64orionel-*  \
 	      | mipstx39-* | mipstx39el-* \
-	      | f301-*)
+	      | f301-* | armv*-*)
 		;;
 	# Recognize the various machine names and aliases which stand
 	# for a CPU type and a company and sometimes even an OS.
@@ -412,6 +412,10 @@
 		basic_machine=i486-ncr
 		os=-sysv4
 		;;
+	netwinder)
+		basic_machine=armv4l-corel
+		os=-linux
+		;;
 	news | news700 | news800 | news900)
 		basic_machine=m68k-sony
 		os=-newsos
@@ -800,6 +804,9 @@
 case $basic_machine in
 	*-acorn)
 		os=-riscix1.2
+		;;
+	arm*-corel)
+		os=-linux
 		;;
 	arm*-semi)
 		os=-aout

--------------9CFA71183E288A0DC389CE27--

--
This list is run automagically by Majordomo 1.94.4
Please send email questions to owner-devel@netwinder.org
To UNSUBSCRIBE: email majordomo@netwinder.org with
"unsubscribe devel" as the body of your message.

