diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2009-05-07 08:36:43 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2009-05-07 08:36:43 +0000 |
commit | 1cee34299e29050d4b69807ee1bc0b5624ddfa7c (patch) | |
tree | a8db587a454ad0f7a287a58eba5cc30029107a87 /config.guess | |
parent | 0d50d55aa181e8ae94c2b397c01dd25096f0ae35 (diff) | |
download | gcc-1cee34299e29050d4b69807ee1bc0b5624ddfa7c.tar.gz |
[multiple changes]
2009-05-07 Paolo Bonzini <bonzini@gnu.org>
* config.guess: Sync with src.
config:
2009-05-07 Paolo Bonzini
Sync from src:
2009-02-02 Doug Evans <dje@google.com>
* tcl.m4 (SC_PATH_TCLCONFIG): Don't exit 0 if tclconfig fails.
(SC_PATH_TKCONFIG): Don't exit 0 if tkconfig fails.
(SC_LOAD_TCLCONFIG): Quote all uses of TCL_BIN_DIR, it may contain
"# no Tcl configs found".
(SC_LOAD_TKCONFIG): Similarily for TK_BIN_DIR.
From-SVN: r147225
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config.guess b/config.guess index e5716eea733..b8cdd22573d 100755 --- a/config.guess +++ b/config.guess @@ -1116,7 +1116,10 @@ EOF # 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 + # 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 |