diff options
author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-05-07 08:36:43 +0000 |
---|---|---|
committer | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-05-07 08:36:43 +0000 |
commit | 604febb641df2a09a4f7e8dabfaf0d357c4b694f (patch) | |
tree | a8db587a454ad0f7a287a58eba5cc30029107a87 /config.guess | |
parent | 1cae7fd72fb6ff78b003204ea418dbd22f715b80 (diff) | |
download | gcc-604febb641df2a09a4f7e8dabfaf0d357c4b694f.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147225 138bc75d-0d04-0410-961f-82ee72b054a4
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 |