projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32454a9
)
(pc:*:*:*): New entry, for DJGPP.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 14 Jul 1997 19:53:44 +0000
(19:53 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 14 Jul 1997 19:53:44 +0000
(19:53 +0000)
config.guess
patch
|
blob
|
history
diff --git
a/config.guess
b/config.guess
index 1a1d31f5572c6f15dca209c9d7955e12a17c1bda..9cf6240ff0e5648707fe40d0a6b1b561ff728491 100755
(executable)
--- 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 ;;