changeset 18779:c47ea87f3bd7 libc-970715

(pc:*:*:*): New entry, for DJGPP.
author Richard M. Stallman <rms@gnu.org>
date Mon, 14 Jul 1997 19:53:44 +0000
parents 7626e0d30719
children a9b9bd05a8df
files config.guess
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/config.guess	Mon Jul 14 19:36:01 1997 +0000
+++ b/config.guess	Mon Jul 14 19:53:44 1997 +0000
@@ -549,6 +549,11 @@
 		echo ${UNAME_MACHINE}-pc-sysv32
 	fi
 	exit 0 ;;
+    pc:*:*:*)
+        # 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
+        exit 0 ;;
     Intel:Mach:3*:*)
 	echo i386-pc-mach3
 	exit 0 ;;