Make gdb.mi/user-selected-context-sync.exp use proc_with_prefix
[deliverable/binutils-gdb.git] / gdb / configure.tgt
index a64fe42ce1df9a35c3167b7b22cf0b743e8a86e5..79473c9dba05746872ee20e3e7ccc6e81c0a3918 100644 (file)
@@ -26,6 +26,7 @@ case $targ in
  sh*-*-pe | \
  hppa*-*-hpux* | \
  ia64-*-hpux* | \
+ *-*-vxworks* | \
  null)
     echo "*** Configuration $targ is obsolete." >&2
     echo "*** Support has been REMOVED." >&2
@@ -665,9 +666,9 @@ x86_64-*-dicos*)
        gdb_target_obs="amd64-tdep.o i386-tdep.o i387-tdep.o \
                        dicos-tdep.o i386-dicos-tdep.o amd64-dicos-tdep.o"
        ;;
-x86_64-*-elf* | x86_64-*-rtems*)
-       gdb_target_obs="amd64-tdep.o i386-tdep.o i387-tdep.o i386bsd-tdep.o"
-        ;;
+x86_64-*-elf*)
+       gdb_target_obs="amd64-tdep.o i386-tdep.o i387-tdep.o"
+       ;;
 x86_64-*-linux*)
        # Target: GNU/Linux x86-64
        gdb_target_obs="amd64-tdep.o amd64-linux-tdep.o i386-tdep.o \
@@ -699,6 +700,9 @@ x86_64-*-openbsd*)
                        i387-tdep.o i386bsd-tdep.o i386obsd-tdep.o \
                        obsd-tdep.o bsd-uthread.o solib-svr4.o"
        ;;
+x86_64-*-rtems*)
+       gdb_target_obs="amd64-tdep.o i386-tdep.o i387-tdep.o i386bsd-tdep.o"
+       ;;
 xtensa*-*-linux*)      gdb_target=linux
        # Target: GNU/Linux Xtensa
        gdb_target_obs="xtensa-tdep.o xtensa-config.o xtensa-linux-tdep.o \
This page took 0.023175 seconds and 4 git commands to generate.