Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2009-04-24 18:27:20 +0400
committerEli Zaretskii <eliz@gnu.org>2009-04-24 18:27:20 +0400
commite05488489f0299c95d9535dc853e7e292dbde710 (patch)
tree2c0d60acce07f476ede6d3778851ba5b45bd427e /config.guess
parent190ccfc18c33dbc4b7893e1a282fe2c2eb4c0384 (diff)
* config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
consistency with config.sub. (Update from upstream sources.)
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess7
1 files changed, 5 insertions, 2 deletions
diff --git a/config.guess b/config.guess
index e5716eea7..3eda297e7 100755
--- a/config.guess
+++ b/config.guess
@@ -1115,8 +1115,11 @@ EOF
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
+ # the processor, so we play safe by assuming i586.
+ # 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 ;;
Intel:Mach:3*:*)
echo i386-pc-mach3