Browse code

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>

Martin Storsjö authored on 2011/03/22 22:07:15
Showing 1 changed files
... ...
@@ -2407,7 +2407,7 @@ case $target_os in
2407 2407
             enable malloc_aligned
2408 2408
             LIBTARGET="i386:x86-64"
2409 2409
         elif enabled arm; then
2410
-            LIBTARGET=arm
2410
+            LIBTARGET=arm-wince
2411 2411
         fi
2412 2412
         shlibdir_default="$bindir_default"
2413 2413
         disable ffserver