Symbian config
[deliverable/binutils-gdb.git] / gdb / configure.tgt
index 62e66837808d99ddf80f9af4e0b791245b23f76b..ee016086d407d309fa4e4bcd790de5cab6a1fe8a 100644 (file)
@@ -91,6 +91,10 @@ arm*-*-openbsd*)
        gdb_target_obs="arm-tdep.o armbsd-tdep.o armobsd-tdep.o obsd-tdep.o \
                        corelow.o solib.o solib-svr4.o"
        ;;
+arm*-*-symbianelf*)
+       # Target: SymbianOS/arm
+       gdb_target_obs="arm-tdep.o solib-target.o arm-symbian-tdep.o"
+       ;;
 arm*-*-* | thumb*-*-* | strongarm*-*-* | xscale-*-*)
        # Target: ARM embedded system
        gdb_target_obs="arm-tdep.o"
@@ -626,4 +630,6 @@ m68*-*-openbsd* | m88*-*-openbsd* | vax-*-openbsd*) ;;
 *-*-mingw* | *-*-cygwin*)
                gdb_osabi=GDB_OSABI_CYGWIN ;;
 *-*-dicos*)    gdb_osabi=GDB_OSABI_DICOS ;;
+*-*-symbianelf*)
+               gdb_osabi=GDB_OSABI_SYMBIAN ;;
 esac
This page took 0.024604 seconds and 4 git commands to generate.