* configure.ac: Remove checks for prfpregset_t.
[deliverable/binutils-gdb.git] / gdb / gdbserver / configure.srv
index 974a670bb973f5b42a62c34141a755fbd11dc320..e2d52c09e75089522109c18b79599c01e973fd19 100644 (file)
@@ -62,11 +62,13 @@ case "${target}" in
   powerpc64-*-linux*)  srv_regobj=reg-ppc64.o
                        srv_tgtobj="linux-low.o linux-ppc64-low.o"
                        srv_linux_usrregs=yes
+                       srv_linux_regsets=yes
                        srv_linux_thread_db=yes
                        ;;
   powerpc-*-linux*)    srv_regobj=reg-ppc.o
                        srv_tgtobj="linux-low.o linux-ppc-low.o"
                        srv_linux_usrregs=yes
+                       srv_linux_regsets=yes
                        srv_linux_thread_db=yes
                        ;;
   s390-*-linux*)       srv_regobj=reg-s390.o
@@ -85,6 +87,7 @@ case "${target}" in
   x86_64-*-linux*)     srv_regobj=reg-x86-64.o
                        srv_tgtobj="linux-low.o linux-x86-64-low.o i387-fp.o"
                        srv_linux_regsets=yes
+                       srv_linux_thread_db=yes
                        ;;
   xscale*-*-linux*)    srv_regobj=reg-arm.o
                        srv_tgtobj="linux-low.o linux-arm-low.o"
This page took 0.024576 seconds and 4 git commands to generate.