* windows-tdep.c (windows_get_tlb_type): Remember last GDBARCH
[deliverable/binutils-gdb.git] / gdb / configure.tgt
index 62e66837808d99ddf80f9af4e0b791245b23f76b..97a532f9fe2b36496d34daec0ece7b1f31707e39 100644 (file)
@@ -15,7 +15,6 @@ case $targ in
  d10v-*-* | \
  hppa*-*-hiux* | \
  i[34567]86-ncr-* | \
- i[34567]86-*-lynxos* | \
  m68*-cisco*-* | \
  m68*-tandem-* | \
  m68*-*-os68k* | \
@@ -91,6 +90,10 @@ arm*-*-openbsd*)
        gdb_target_obs="arm-tdep.o armbsd-tdep.o armobsd-tdep.o obsd-tdep.o \
                        corelow.o solib.o solib-svr4.o"
        ;;
+arm*-*-symbianelf*)
+       # Target: SymbianOS/arm
+       gdb_target_obs="arm-tdep.o solib-target.o arm-symbian-tdep.o"
+       ;;
 arm*-*-* | thumb*-*-* | strongarm*-*-* | xscale-*-*)
        # Target: ARM embedded system
        gdb_target_obs="arm-tdep.o"
@@ -586,6 +589,7 @@ x86_64-*-mingw*)
        gdb_target_obs="amd64-tdep.o amd64-windows-tdep.o \
                         i386-tdep.o i386-cygwin-tdep.o i387-tdep.o \
                         solib-target.o windows-tdep.o"
+       build_gdbserver=yes
         ;;
 x86_64-*-netbsd* | x86_64-*-knetbsd*-gnu)
        # Target: NetBSD/amd64
@@ -626,4 +630,6 @@ m68*-*-openbsd* | m88*-*-openbsd* | vax-*-openbsd*) ;;
 *-*-mingw* | *-*-cygwin*)
                gdb_osabi=GDB_OSABI_CYGWIN ;;
 *-*-dicos*)    gdb_osabi=GDB_OSABI_DICOS ;;
+*-*-symbianelf*)
+               gdb_osabi=GDB_OSABI_SYMBIAN ;;
 esac
This page took 0.024059 seconds and 4 git commands to generate.