Add multi-target tests
[deliverable/binutils-gdb.git] / gdb / configure.tgt
index 2edfe3bfb5ecf3ca07ff7b79d7e5d4688ade6985..ab4c098c0dadcbc60e78e7e2cee19cbb284479e1 100644 (file)
@@ -14,6 +14,7 @@
 
 case $targ in
  *-*-irix* | \
+ *-*-solaris2.[01] | *-*-solaris2.[2-9]* | *-*-solaris2.10* | \
  alpha*-*-osf* | \
  alpha*-*-freebsd* | \
  alpha*-*-kfreebsd*-gnu | \
@@ -84,7 +85,8 @@ ia64*-*-*)
        ;;
 
 riscv*-*-*)
-       cpu_obs="riscv-tdep.o arch/riscv.o";;
+       cpu_obs="riscv-tdep.o arch/riscv.o \
+                ravenscar-thread.o riscv-ravenscar-thread.o";;
 
 x86_64-*-*)
        cpu_obs="${i386_tobjs} ${amd64_tobjs}";;
@@ -452,7 +454,7 @@ mn10300-*-*)
        gdb_sim=../sim/mn10300/libsim.a
        ;;
 
-msp430*-*-elf)
+msp430-*-elf*)
        gdb_target_obs="msp430-tdep.o"
        gdb_sim=../sim/msp430/libsim.a
        ;;
This page took 0.024082 seconds and 4 git commands to generate.