diff options
author | Pedro Alves <palves@redhat.com> | 2007-12-30 22:13:55 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2007-12-30 22:13:55 +0000 |
commit | fd39ac051a1324c369c245761a8ebfc01fae6ad9 (patch) | |
tree | 05be76ac647dee077a7855022b9f377e87965255 /gdb/configure.tgt | |
parent | 5a018c1a5f2903bbd760841c537b6193f500d3e4 (diff) | |
download | gdb-fd39ac051a1324c369c245761a8ebfc01fae6ad9.zip gdb-fd39ac051a1324c369c245761a8ebfc01fae6ad9.tar.gz gdb-fd39ac051a1324c369c245761a8ebfc01fae6ad9.tar.bz2 |
* configure.tgt (*-*-mingw32ce*): Set gdb_osabi to
GDB_OSABI_WINCE.
(*-*-mingw* | *-*-cygwin*): Set gdb_osabi to GDB_OSABI_CYGWIN.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 1448f19..c10d28a 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -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 |