mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26: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>
|
||||
|
||||
* 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.sub: Likewise.
|
||||
|
4
config.guess
vendored
4
config.guess
vendored
@ -859,7 +859,11 @@ EOF
|
||||
echo ${UNAME_MACHINE}-pc-sysv32
|
||||
fi
|
||||
exit 0 ;;
|
||||
i?86:*DOS:*:*)
|
||||
echo ${UNAME_MACHINE}-pc-msdosdjgpp
|
||||
exit 0 ;;
|
||||
pc:*:*:*)
|
||||
# Left here for compatibility:
|
||||
# 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user