diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-07-23 03:47:44 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-07-23 03:47:44 +0000 |
commit | 66a79c16a65742d14f5991b596541276245d24ba (patch) | |
tree | 3020415912952d19d80126fc42633b27df09abb1 /ChangeLog | |
parent | bdccea594ed373625da4789e3f832cc4e7667b14 (diff) | |
download | gdb-66a79c16a65742d14f5991b596541276245d24ba.zip gdb-66a79c16a65742d14f5991b596541276245d24ba.tar.gz gdb-66a79c16a65742d14f5991b596541276245d24ba.tar.bz2 |
* configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
* configure: Regenerated.
gdb/
* config/i386/cygwin.mt (DEPRECATED_TM_FILE): Delete.
* config/i386/nm-cygwin.h: Add contents of tm-cygwin.h.
* config/i386/tm-cygwin.h: Delete file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2006-07-22 Daniel Jacobowitz <dan@codesourcery.com> + + * configure.in: Allow mingw32 and cygwin targets to build cross-gdb. + * configure: Regenerated. + 2006-07-18 Paolo Bonzini <bonzini@gnu.org> * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir |