2010-02-16 Sami Wagiaalla <swagiaal@redhat.com>
[deliverable/binutils-gdb.git] / gdb / configure.tgt
index b18e3b28f4e96ab1c1af5b3163fd1e8dca63d19d..62e66837808d99ddf80f9af4e0b791245b23f76b 100644 (file)
@@ -187,7 +187,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 +408,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"
This page took 0.030898 seconds and 4 git commands to generate.