INN commit: trunk/support (config.guess config.sub)

INN Commit Russ_Allbery at isc.org
Sat Apr 25 14:40:44 UTC 2009


    Date: Saturday, April 25, 2009 @ 07:40:44
  Author: iulius
Revision: 8432

Update support files for autoconf to their last stable version:

* config.sub: Handle moxie.

* config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
consistency with config.sub.

Modified:
  trunk/support/config.guess
  trunk/support/config.sub

--------------+
 config.guess |    7 +++++--
 config.sub   |    3 ++-
 2 files changed, 7 insertions(+), 3 deletions(-)

Modified: config.guess
===================================================================
--- config.guess	2009-04-25 14:22:17 UTC (rev 8431)
+++ config.guess	2009-04-25 14:40:44 UTC (rev 8432)
@@ -1115,8 +1115,11 @@
     pc:*:*:*)
 	# Left here for compatibility:
         # uname -m prints for DJGPP always 'pc', but it prints nothing about
-        # the processor, so we play safe by assuming i386.
-	echo i386-pc-msdosdjgpp
+        # the processor, so we play safe by assuming i586.
+	# Note: whatever this is, it MUST be the same as what config.sub
+	# prints for the "djgpp" host, or else GDB configury will decide that
+	# this is a cross-build.
+	echo i586-pc-msdosdjgpp
         exit ;;
     Intel:Mach:3*:*)
 	echo i386-pc-mach3

Modified: config.sub
===================================================================
--- config.sub	2009-04-25 14:22:17 UTC (rev 8431)
+++ config.sub	2009-04-25 14:40:44 UTC (rev 8432)
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 #   Free Software Foundation, Inc.
 
-timestamp='2009-02-03'
+timestamp='2009-04-17'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -272,6 +272,7 @@
 	| mipsisa64sr71k | mipsisa64sr71kel \
 	| mipstx39 | mipstx39el \
 	| mn10200 | mn10300 \
+	| moxie \
 	| mt \
 	| msp430 \
 	| nios | nios2 \




More information about the inn-committers mailing list