(pc:*:*:*): New entry, for DJGPP.

This commit is contained in:
Richard M. Stallman 1997-07-14 19:53:44 +00:00
parent 32454a9ff2
commit 16c3fe0e94

5
config.guess vendored
View file

@ -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 ;;