Remove IRIX 5 <sys/proc.h> _KMEMUSER workaround
[deliverable/binutils-gdb.git] / gdb / configure.tgt
index 7f1aac37425b8611974762cce4e136194c38b796..d428dffcf166a84eb0abc471f36b5efdfbabdb6d 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
@@ -83,6 +84,16 @@ am33_2.0*-*-linux*)
                        solib-svr4.o"
        ;;
 
+arc*-*-elf32)
+       # Target: baremetal ARC elf32 (newlib) target
+       gdb_target_obs="arc-newlib-tdep.o arc-tdep.o"
+       ;;
+
+arc*-*-*)
+       # Target: Unidentified ARC target
+       gdb_target_obs="arc-tdep.o"
+       ;;
+
 arm*-wince-pe | arm*-*-mingw32ce*)
        # Target: ARM based machine running Windows CE (win32)
        gdb_target_obs="arm.o arm-get-next-pcs.o arm-tdep.o \
This page took 0.022795 seconds and 4 git commands to generate.