<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,9 @@
+Fri Jun 11 14:22:45 2004  Akinori MUSHA  &lt;knu@iDaemons.org&gt;
+
+	* config.guess, config.sub: Attempt to avoid system name change on
+	  Linux platforms.  We have been using &quot;linux&quot; instead of
+	  &quot;linux-gnu&quot; on this branch.
+
 Thu Jun 10 19:19:41 2004  Yukihiro Matsumoto  &lt;matz@ruby-lang.org&gt;
 
 	* ext/sdbm/init.c (fsdbm_store): sdbm should use StringValue().</diff>
      <filename>ChangeLog</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
 #   2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
-timestamp='2004-01-20'
+timestamp='2004-06-11'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -821,16 +821,16 @@ EOF
 	echo ${UNAME_MACHINE}-pc-minix
 	exit 0 ;;
     arm*:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	echo ${UNAME_MACHINE}-unknown-linux
 	exit 0 ;;
     cris:Linux:*:*)
-	echo cris-axis-linux-gnu
+	echo cris-axis-linux
 	exit 0 ;;
     ia64:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	echo ${UNAME_MACHINE}-unknown-linux
 	exit 0 ;;
     m68*:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	echo ${UNAME_MACHINE}-unknown-linux
 	exit 0 ;;
     mips:Linux:*:*)
 	eval $set_cc_for_build
@@ -849,7 +849,7 @@ EOF
 	#endif
 EOF
 	eval `$CC_FOR_BUILD -E $dummy.c 2&gt;/dev/null | grep ^CPU=`
-	test x&quot;${CPU}&quot; != x &amp;&amp; echo &quot;${CPU}-unknown-linux-gnu&quot; &amp;&amp; exit 0
+	test x&quot;${CPU}&quot; != x &amp;&amp; echo &quot;${CPU}-unknown-linux&quot; &amp;&amp; exit 0
 	;;
     mips64:Linux:*:*)
 	eval $set_cc_for_build
@@ -868,13 +868,13 @@ EOF
 	#endif
 EOF
 	eval `$CC_FOR_BUILD -E $dummy.c 2&gt;/dev/null | grep ^CPU=`
-	test x&quot;${CPU}&quot; != x &amp;&amp; echo &quot;${CPU}-unknown-linux-gnu&quot; &amp;&amp; exit 0
+	test x&quot;${CPU}&quot; != x &amp;&amp; echo &quot;${CPU}-unknown-linux&quot; &amp;&amp; exit 0
 	;;
     ppc:Linux:*:*)
-	echo powerpc-unknown-linux-gnu
+	echo powerpc-unknown-linux
 	exit 0 ;;
     ppc64:Linux:*:*)
-	echo powerpc64-unknown-linux-gnu
+	echo powerpc64-unknown-linux
 	exit 0 ;;
     alpha:Linux:*:*)
 	case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' &lt; /proc/cpuinfo` in
@@ -888,33 +888,33 @@ EOF
         esac
 	objdump --private-headers /bin/sh | grep ld.so.1 &gt;/dev/null
 	if test &quot;$?&quot; = 0 ; then LIBC=&quot;libc1&quot; ; else LIBC=&quot;&quot; ; fi
-	echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
+	echo ${UNAME_MACHINE}-unknown-linux${LIBC}
 	exit 0 ;;
     parisc:Linux:*:* | hppa:Linux:*:*)
 	# Look for CPU level
 	case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2&gt;/dev/null | cut -d' ' -f2` in
-	  PA7*) echo hppa1.1-unknown-linux-gnu ;;
-	  PA8*) echo hppa2.0-unknown-linux-gnu ;;
-	  *)    echo hppa-unknown-linux-gnu ;;
+	  PA7*) echo hppa1.1-unknown-linux ;;
+	  PA8*) echo hppa2.0-unknown-linux ;;
+	  *)    echo hppa-unknown-linux ;;
 	esac
 	exit 0 ;;
     parisc64:Linux:*:* | hppa64:Linux:*:*)
-	echo hppa64-unknown-linux-gnu
+	echo hppa64-unknown-linux
 	exit 0 ;;
     s390:Linux:*:* | s390x:Linux:*:*)
 	echo ${UNAME_MACHINE}-ibm-linux
 	exit 0 ;;
     sh64*:Linux:*:*)
-    	echo ${UNAME_MACHINE}-unknown-linux-gnu
+    	echo ${UNAME_MACHINE}-unknown-linux
 	exit 0 ;;
     sh*:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	echo ${UNAME_MACHINE}-unknown-linux
 	exit 0 ;;
     sparc:Linux:*:* | sparc64:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	echo ${UNAME_MACHINE}-unknown-linux
 	exit 0 ;;
     x86_64:Linux:*:*)
-	echo x86_64-unknown-linux-gnu
+	echo x86_64-unknown-linux
 	exit 0 ;;
     i*86:Linux:*:*)
 	# The BFD linker knows what the default object file format is, so
@@ -929,47 +929,20 @@ EOF
 				    p'`
         case &quot;$ld_supported_targets&quot; in
 	  elf32-i386)
-		TENTATIVE=&quot;${UNAME_MACHINE}-pc-linux-gnu&quot;
+		TENTATIVE=&quot;${UNAME_MACHINE}-pc-linux&quot;
 		;;
 	  a.out-i386-linux)
-		echo &quot;${UNAME_MACHINE}-pc-linux-gnuaout&quot;
+		echo &quot;${UNAME_MACHINE}-pc-linux-aout&quot;
 		exit 0 ;;
 	  coff-i386)
-		echo &quot;${UNAME_MACHINE}-pc-linux-gnucoff&quot;
+		echo &quot;${UNAME_MACHINE}-pc-linux-coff&quot;
 		exit 0 ;;
 	  &quot;&quot;)
-		# Either a pre-BFD a.out linker (linux-gnuoldld) or
+		# Either a pre-BFD a.out linker (linux-oldld) or
 		# one that does not give us useful --help.
-		echo &quot;${UNAME_MACHINE}-pc-linux-gnuoldld&quot;
+		echo &quot;${UNAME_MACHINE}-pc-linux-oldld&quot;
 		exit 0 ;;
 	esac
-	# Determine whether the default compiler is a.out or elf
-	eval $set_cc_for_build
-	sed 's/^	//' &lt;&lt; EOF &gt;$dummy.c
-	#include &lt;features.h&gt;
-	#ifdef __ELF__
-	# ifdef __GLIBC__
-	#  if __GLIBC__ &gt;= 2
-	LIBC=gnu
-	#  else
-	LIBC=gnulibc1
-	#  endif
-	# else
-	LIBC=gnulibc1
-	# endif
-	#else
-	#ifdef __INTEL_COMPILER
-	LIBC=gnu
-	#else
-	LIBC=gnuaout
-	#endif
-	#endif
-	#ifdef __dietlibc__
-	LIBC=dietlibc
-	#endif
-EOF
-	eval `$CC_FOR_BUILD -E $dummy.c 2&gt;/dev/null | grep ^LIBC=`
-	test x&quot;${LIBC}&quot; != x &amp;&amp; echo &quot;${UNAME_MACHINE}-pc-linux-${LIBC}&quot; &amp;&amp; exit 0
 	test x&quot;${TENTATIVE}&quot; != x &amp;&amp; echo &quot;${TENTATIVE}&quot; &amp;&amp; exit 0
 	;;
     i*86:DYNIX/ptx:4*:*)</diff>
      <filename>config.guess</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
 #   2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
-timestamp='2004-01-05'
+timestamp='2004-06-11'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -1130,7 +1130,7 @@ case $os in
 		os=-sysv4.2uw
 		;;
 	-gnu/linux*)
-		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
+		os=`echo $os | sed -e 's|gnu/linux|linux|'`
 		;;
 	# First accept the basic system types.
 	# The portable systems comes first.
@@ -1183,7 +1183,7 @@ case $os in
 		os=-linux-dietlibc
 		;;
 	-linux*)
-		os=`echo $os | sed -e 's|linux|linux-gnu|'`
+		os=-linux
 		;;
 	-sunos5*)
 		os=`echo $os | sed -e 's|sunos5|solaris2|'`</diff>
      <filename>config.sub</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>819d3b72723854577c0fcd5e066b48304ec315c7</id>
    </parent>
  </parents>
  <author>
    <name>knu</name>
    <email>knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
  </author>
  <url>http://github.com/ice799/matzruby/commit/ee709ea55b5ab4a56568156bc8eb269086c9b4c9</url>
  <id>ee709ea55b5ab4a56568156bc8eb269086c9b4c9</id>
  <committed-date>2004-06-10T22:29:02-07:00</committed-date>
  <authored-date>2004-06-10T22:29:02-07:00</authored-date>
  <message>* config.guess, config.sub: Attempt to avoid system name change on
  Linux platforms.  We have been using &quot;linux&quot; instead of
  &quot;linux-gnu&quot; on this branch.


git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6445 b2dd03c8-39d4-4d8f-98ff-823fe69b080e</message>
  <tree>5086a847c73677ffe1215813b3e10ead6be1550b</tree>
  <committer>
    <name>knu</name>
    <email>knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
  </committer>
</commit>
