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>
oldabi
Martin Storsjö 14 years ago committed by Luca Barbato
parent a96c176aed
commit 15c5156d24
  1. 2
      configure

2
configure vendored

@ -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

Loading…
Cancel
Save