mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
consistency with config.sub. * testsuite/config-guess.data: Add a test case.
This commit is contained in:
parent
90fa98bb30
commit
b64b6787e3
@ -1,3 +1,8 @@
|
|||||||
|
2009-04-17 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
|
* config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
|
||||||
|
consistency with config.sub.
|
||||||
|
|
||||||
2009-04-17 Anthony Green <green@moxielogic.com>
|
2009-04-17 Anthony Green <green@moxielogic.com>
|
||||||
Ben Elliston <bje@gnu.org>
|
Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
7
config.guess
vendored
7
config.guess
vendored
@ -1115,8 +1115,11 @@ EOF
|
|||||||
pc:*:*:*)
|
pc:*:*:*)
|
||||||
# Left here for compatibility:
|
# 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 i586.
|
||||||
echo i386-pc-msdosdjgpp
|
# Note: whatever this is, it MUST be the same as what config.sub
|
||||||
|
# prints for the "djgpp" host, or else GDB configury will decide that
|
||||||
|
# this is a cross-build.
|
||||||
|
echo i586-pc-msdosdjgpp
|
||||||
exit ;;
|
exit ;;
|
||||||
Intel:Mach:3*:*)
|
Intel:Mach:3*:*)
|
||||||
echo i386-pc-mach3
|
echo i386-pc-mach3
|
||||||
|
@ -40,3 +40,4 @@ padre 2.6.15 Linux ignored sparc-unknown-linux-gnu
|
|||||||
ppc 2.6.9-22 Linux ignored powerpc-unknown-linux-gnu
|
ppc 2.6.9-22 Linux ignored powerpc-unknown-linux-gnu
|
||||||
i686 5.11-686 GNU/kOpenSolaris ignored i686-unknown-kopensolaris5.11-gnu
|
i686 5.11-686 GNU/kOpenSolaris ignored i686-unknown-kopensolaris5.11-gnu
|
||||||
i386 12.1 AROS ignored i386-pc-aros
|
i386 12.1 AROS ignored i386-pc-aros
|
||||||
|
pc 1.0 ignored ignored i586-pc-msdosdjgpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user