* configure.srv (m68k*-*-uclinux*): New target.
[deliverable/binutils-gdb.git] / gdb / gdbserver / configure.srv
index e2d52c09e75089522109c18b79599c01e973fd19..ca41c179473894e85c23df31f40ec6a8ab8d6daf 100644 (file)
@@ -54,6 +54,12 @@ case "${target}" in
                        srv_linux_regsets=yes
                        srv_linux_thread_db=yes
                        ;;
+  m68*-*-uclinux*)     srv_regobj=reg-m68k.o
+                       srv_tgtobj="linux-low.o linux-m68k-low.o"
+                       srv_linux_usrregs=yes
+                       srv_linux_regsets=yes
+                       srv_linux_thread_db=yes
+                       ;;
   mips*-*-linux*)      srv_regobj=reg-mips.o
                        srv_tgtobj="linux-low.o linux-mips-low.o"
                        srv_linux_usrregs=yes
This page took 0.030574 seconds and 4 git commands to generate.