*** empty log message ***
[binutils-gdb.git] / gdb / configure.tgt
index b18e3b28f4e96ab1c1af5b3163fd1e8dca63d19d..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"
@@ -187,7 +190,7 @@ i[34567]86-*-nto*)
                        i386-nto-tdep.o nto-tdep.o"
        build_gdbserver=yes
        ;;
-i[34567]86-*-solaris2.1[0-9]*)
+i[34567]86-*-solaris2.1[0-9]* | x86_64-*-solaris2.1[0-9]*)
        # Target: Solaris x86_64
        gdb_target_obs="i386-tdep.o i387-tdep.o amd64-tdep.o amd64-sol2-tdep.o \
                        i386-sol2-tdep.o sol2-tdep.o \
@@ -408,6 +411,12 @@ s390*-*-*)
        build_gdbserver=yes
        ;;
 
+rx-*-elf)
+       # Target: Renesas RX
+       gdb_target_obs="rx-tdep.o"
+       gdb_sim=../sim/rx/libsim.a
+       ;;
+
 score-*-*)
        # Target: S+core embedded system
        gdb_target_obs="score-tdep.o corelow.o"
@@ -580,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
@@ -620,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