aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.host
AgeCommit message (Collapse)AuthorFilesLines
1998-01-27Fix some mswin sanitization problems.Fred Fish1-0/+2
1998-01-24 * configure.host (i[3456]86-*-osf1mk*, mips-*-mach3*,Stan Shebs1-7/+4
ns32k-*-mach3*): Fix file names. (i[3456]86-*-os9k, m88*-*-mach3*, w65-*-*): Remove config recognition, no source files for these. * configure.tgt (powerpc-*-aix4*): Remove config, now identical to powerpc-*-aix*. * config/powerpc/{aix4.mh,aix4.mt,tm-ppc-aix4.h}: Remove files, no longer needed.
1997-03-23 * configure.host: Remove extra bogus Linux case.Stan Shebs1-1/+0
1997-03-20Wed Mar 19 16:13:22 1997 Geoffrey Noer <noer@pizza.cygnus.com>Geoffrey Noer1-1/+3
New UnixWare 2.1 configuration * config/i386/i386v42mp.mt: new * config/i386/i386v42mp.mh: new * config/i386/tm-i386v42mp.h: new * config/i386/nm-i386v42mp.h: new * configure.tgt: added new entries * configure.host: added new entries
1997-02-27 * configure.host (i[3456]86-*-windows): Disable long longStu Grossman1-1/+3
support for WinGDB. Add mswin to configdirs. * configure.in configure: Move calls to configure.host and configure.tgt to the top of configure.in to allow them to set config variables before they are referenced.
1996-11-12Patches to add Irix6 host support.Jim Wilson1-0/+2
1996-10-24 * dbxread.c (process_one_symbol): Interpret end-of-functionMark Alexander1-1/+2
markers correctly; this fixes problem on Vr5000 where all functions in a module had the same address. * configure.in, configure.tgt, configure.host, gdbserver/configure.in: Correct for pc-linux-gnu problem in config.guess. * configure: Regenerate.
1996-10-18 * configure.host: New file, host configuration mapping.Stan Shebs1-0/+155
* configure.tgt: New file, target configuration mapping. * configure.in: Remove host and target mapping. * configure: Rebuild.