* configure.tgt (*-*-mingw32ce*): Set gdb_osabi to

GDB_OSABI_WINCE.
	(*-*-mingw* | *-*-cygwin*): Set gdb_osabi to GDB_OSABI_CYGWIN.
This commit is contained in:
Pedro Alves 2007-12-30 22:13:55 +00:00
parent 5a018c1a5f
commit fd39ac051a
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2007-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
* configure.tgt (*-*-mingw32ce*): Set gdb_osabi to
GDB_OSABI_WINCE.
(*-*-mingw* | *-*-cygwin*): Set gdb_osabi to GDB_OSABI_CYGWIN.
2007-12-29 Nick Hudson <nick.hudson@dsl.pipex.com>
* i386nbsd-tdep.c: Include "trad-frame.h" and "tramp-frame.h"

View File

@ -530,4 +530,7 @@ m68*-*-openbsd* | m88*-*-openbsd* | vax-*-openbsd*) ;;
*-*-solaris*) gdb_osabi=GDB_OSABI_SOLARIS ;;
*-*-*-gnu*) ;; # prevent non-GNU kernels to match the Hurd rule below
*-*-gnu*) gdb_osabi=GDB_OSABI_HURD ;;
*-*-mingw32ce*) gdb_osabi=GDB_OSABI_WINCE ;;
*-*-mingw* | *-*-cygwin*)
gdb_osabi=GDB_OSABI_CYGWIN ;;
esac