about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Bushnell, BSG <thomas@gnu.org>1996-11-21 21:43:48 +0000
committerThomas Bushnell, BSG <thomas@gnu.org>1996-11-21 21:43:48 +0000
commit3747899aa63faa5547e22e93e28e68178f62f27b (patch)
tree641f024657d8cd154f79179ca2ca11848c9c9083
parent2c6d7e67cb2e9be1e27727fd91813b761000f9ff (diff)
downloadglibc-3747899aa63faa5547e22e93e28e68178f62f27b.tar.gz
glibc-3747899aa63faa5547e22e93e28e68178f62f27b.tar.xz
glibc-3747899aa63faa5547e22e93e28e68178f62f27b.zip
Thu Nov 21 16:42:41 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
	* config.guess [UNAME_SYSTEM == GNU]: Use a four-part
	configuration name for gnu so it can be distinguished from
	foo-foo-linux-gnu with simple globbing patterns.
-rwxr-xr-xconfig.guess2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index 85fb13ad18..9b3e52aab4 100755
--- a/config.guess
+++ b/config.guess
@@ -397,7 +397,7 @@ EOF
 	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
 	exit 0 ;;
     *:GNU:*:*)
-	echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
+	echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-gnu-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
 	exit 0 ;;
     *:Linux:*:*)
 	# The BFD linker knows what the default object file format is, so