From 15c5156d245af4c16ac4b1895495818ecdda2e41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Tue, 22 Mar 2011 15:07:15 +0200 Subject: [PATCH] configure: Set the correct lib target for arm/wince dlltool The correct machine name for dlltool is arm-wince. Signed-off-by: Luca Barbato --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 19b9f9842d..00aa9ed9da 100755 --- a/configure +++ b/configure @@ -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 -- GitLab