From: Richard M. Stallman Date: Mon, 14 Jul 1997 19:53:44 +0000 (+0000) Subject: (pc:*:*:*): New entry, for DJGPP. X-Git-Tag: fsf-origin~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c795507bcb19f0b12593adce2cb7b2711af7f0bc;p=thirdparty%2Fautoconf.git (pc:*:*:*): New entry, for DJGPP. --- diff --git a/config.guess b/config.guess index 1a1d31f5..9cf6240f 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 ;;