Fix indentation (and clang warning) in c-lang.c
[deliverable/binutils-gdb.git] / gdb / configure.tgt
index caa42be1c013b522bb882e5e4c4d7fa1e6be4a6a..ab4c098c0dadcbc60e78e7e2cee19cbb284479e1 100644 (file)
@@ -85,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}";;
@@ -453,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.03187 seconds and 4 git commands to generate.