Linux process record and replay support.
[deliverable/binutils-gdb.git] / gdb / configure.tgt
index f06f5f0f908e82710eca6e2654c57e7f6646e1c4..e726f0552b4b1ab58a519fc90fc328ed83a05ac3 100644 (file)
@@ -196,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}"
@@ -528,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.025376 seconds and 4 git commands to generate.