From ba23a380ce8ba0a65d97536e48196ef220066506 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 27 Apr 2009 17:05:49 +0000 Subject: Update the config.{guess,sub} scripts. -------- diffstat follows -------- /trunk/scripts/config.guess | 7 5 2 0 +++++-- /trunk/scripts/config.sub | 3 2 1 0 ++- 2 files changed, 7 insertions(+), 3 deletions(-) --- scripts/config.guess | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'scripts/config.guess') diff --git a/scripts/config.guess b/scripts/config.guess index e5716eea..3eda297e 100755 --- a/scripts/config.guess +++ b/scripts/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 -- cgit v1.2.3