* configure.srv (arm*-*-mingw32ce*): Move near the other
authorPedro Alves <palves@redhat.com>
Thu, 29 Mar 2007 01:46:20 +0000 (01:46 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 29 Mar 2007 01:46:20 +0000 (01:46 +0000)
arm targets.

gdb/gdbserver/ChangeLog
gdb/gdbserver/configure.srv

index 389eeb0..5efef46 100644 (file)
@@ -1,5 +1,10 @@
 2007-03-29  Pedro Alves  <pedro_alves@portugalmail.pt>
 
+       * configure.srv (arm*-*-mingw32ce*): Move near the other
+       arm targets.
+
+2007-03-29  Pedro Alves  <pedro_alves@portugalmail.pt>
+
        * configure.ac: Add errno checking.
        (AC_CHECK_HEADERS): Add errno.h, fcntl.h, signal.h,
        sys/file.h and malloc.h.
index 4b5d3e4..8f39e90 100644 (file)
@@ -33,6 +33,12 @@ case "${target}" in
                          srv_regobj=reg-arm.o
                        fi
                        ;;
+  arm*-*-mingw32ce*)   srv_regobj=reg-arm.o
+                       srv_tgtobj="win32-low.o win32-arm-low.o"
+                       srv_tgtobj="${srv_tgtobj} wincecompat.o"
+                       srv_mingw=yes
+                       srv_mingwce=yes
+                       ;;
   crisv32-*-linux*)    srv_regobj=reg-crisv32.o
                        srv_tgtobj="linux-low.o linux-crisv32-low.o"
                        srv_linux_regsets=yes
@@ -52,12 +58,6 @@ case "${target}" in
                        srv_linux_regsets=yes
                        srv_linux_thread_db=yes
                        ;;
-  arm*-*-mingw32ce*)   srv_regobj=reg-arm.o
-                       srv_tgtobj="win32-low.o win32-arm-low.o"
-                       srv_tgtobj="${srv_tgtobj} wincecompat.o"
-                       srv_mingw=yes
-                       srv_mingwce=yes
-                       ;;
   i[34567]86-*-mingw*) srv_regobj=reg-i386.o
                        srv_tgtobj="win32-low.o win32-i386-low.o"
                        srv_mingw=yes