Linux process record and replay support.
[deliverable/binutils-gdb.git] / gdb / configure.tgt
index e766d68f164b84642ba17f1a599de523a90ab526..e726f0552b4b1ab58a519fc90fc328ed83a05ac3 100644 (file)
@@ -114,6 +114,12 @@ frv-*-*)
        gdb_sim=../sim/frv/libsim.a
        ;;
 
+moxie-*-elf)
+       gdb_target_obs="moxie-tdep.o"
+       # Add this once the moxie sim has been committed.
+       # gdb_sim=../sim/moxie/libsim.a
+       ;;
+
 h8300-*-*)
        # Target: H8300 with HMS monitor and H8 simulator
        gdb_target_obs="h8300-tdep.o monitor.o dsrec.o"
@@ -190,7 +196,8 @@ i[34567]86-*-solaris*)
 i[34567]86-*-linux*)
        # Target: Intel 386 running GNU/Linux
        gdb_target_obs="i386-tdep.o i386-linux-tdep.o glibc-tdep.o i387-tdep.o \
-                       solib.o solib-svr4.o symfile-mem.o corelow.o linux-tdep.o"
+                       solib.o solib-svr4.o symfile-mem.o corelow.o \
+                       linux-tdep.o linux-record.o"
        if test "x$enable_64_bit_bfd" = "xyes"; then
            # Target: GNU/Linux x86-64
            gdb_target_obs="amd64-tdep.o amd64-linux-tdep.o ${gdb_target_obs}"
@@ -522,7 +529,8 @@ x86_64-*-linux*)
        # Target: GNU/Linux x86-64
        gdb_target_obs="amd64-tdep.o amd64-linux-tdep.o i386-tdep.o \
                        i387-tdep.o i386-linux-tdep.o glibc-tdep.o \
-                       solib.o solib-svr4.o corelow.o symfile-mem.o linux-tdep.o"
+                       solib.o solib-svr4.o corelow.o symfile-mem.o linux-tdep.o \
+                       linux-record.o"
        build_gdbserver=yes
        ;;
 x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu)
This page took 0.024849 seconds and 4 git commands to generate.