mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-30 11:06:36 +12:00
2000-02-03 Ben Elliston <bje@redhat.com>
* config.guess: Handle versions of DJGPP's uname(1) command which return the exact machine type and not just `pc'. From Laurynas Biveinis <lauras@softhome.net>.
This commit is contained in:
parent
751ec62875
commit
d1b7ebbaf6
@ -1,4 +1,8 @@
|
|||||||
2000-02-03 Ben Elliston <bje@redhat.com>
|
2000-02-03 Ben Elliston <bje@redhat.com>
|
||||||
|
|
||||||
|
* config.guess: Handle versions of DJGPP's uname(1) command which
|
||||||
|
return the exact machine type and not just `pc'. From Laurynas
|
||||||
|
Biveinis <lauras@softhome.net>.
|
||||||
|
|
||||||
* config.guess: Import from autoconf source tree.
|
* config.guess: Import from autoconf source tree.
|
||||||
* config.sub: Likewise.
|
* config.sub: Likewise.
|
||||||
|
4
config.guess
vendored
4
config.guess
vendored
@ -859,7 +859,11 @@ EOF
|
|||||||
echo ${UNAME_MACHINE}-pc-sysv32
|
echo ${UNAME_MACHINE}-pc-sysv32
|
||||||
fi
|
fi
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
i?86:*DOS:*:*)
|
||||||
|
echo ${UNAME_MACHINE}-pc-msdosdjgpp
|
||||||
|
exit 0 ;;
|
||||||
pc:*:*:*)
|
pc:*:*:*)
|
||||||
|
# Left here for compatibility:
|
||||||
# uname -m prints for DJGPP always 'pc', but it prints nothing about
|
# uname -m prints for DJGPP always 'pc', but it prints nothing about
|
||||||
# the processor, so we play safe by assuming i386.
|
# the processor, so we play safe by assuming i386.
|
||||||
echo i386-pc-msdosdjgpp
|
echo i386-pc-msdosdjgpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user