configure: Set the correct lib target for arm/wince dlltool

The correct machine name for dlltool is arm-wince.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
Martin Storsjö 2011-03-22 15:07:15 +02:00 committed by Luca Barbato
parent a96c176aed
commit 15c5156d24

2
configure vendored
View File

@ -2407,7 +2407,7 @@ case $target_os in
enable malloc_aligned
LIBTARGET="i386:x86-64"
elif enabled arm; then
LIBTARGET=arm
LIBTARGET=arm-wince
fi
shlibdir_default="$bindir_default"
disable ffserver