* configure.srv (arm*-*-mingw32ce*): Move near the other

arm targets.
This commit is contained in:
Pedro Alves 2007-03-29 01:46:20 +00:00
parent 2ce859a18d
commit d99f33d88b
2 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,8 @@
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.

View 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