summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-07-14 19:53:44 +0000
committerRichard M. Stallman <rms@gnu.org>1997-07-14 19:53:44 +0000
commit16c3fe0e9423daafb6e994d0147c4e5def85966e (patch)
tree164b263b40483aa8bc0408485023b02e414ac356 /config.guess
parent32454a9ff2c992c36d589cc3bf74b0a82bb4701f (diff)
downloademacs-16c3fe0e9423daafb6e994d0147c4e5def85966e.tar.gz
(pc:*:*:*): New entry, for DJGPP.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index 1a1d31f5572..9cf6240ff0e 100755
--- a/config.guess
+++ b/config.guess
@@ -549,6 +549,11 @@ EOF
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 ;;