mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-08 18:37:36 +08:00
(pc:*:*:*): New entry, for DJGPP.
From-SVN: r14442
This commit is contained in:
parent
3cba71de15
commit
467bea2773
5
gcc/config.guess
vendored
5
gcc/config.guess
vendored
@ -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 ;;
|
||||
|
Loading…
Reference in New Issue
Block a user