OSDN Git Service

Set the correct target for mingw64 dlltool
authorLuca Barbato <lu_zero@gentoo.org>
Mon, 21 Mar 2011 19:22:51 +0000 (20:22 +0100)
committerLuca Barbato <lu_zero@gentoo.org>
Mon, 21 Mar 2011 19:22:51 +0000 (20:22 +0100)
That fixes .lib creation for the win64 target.

configure

index 4fd71cd..a2ad321 100755 (executable)
--- a/configure
+++ b/configure
@@ -2405,7 +2405,7 @@ case $target_os in
         LIBTARGET=i386
         if enabled x86_64; then
             enable malloc_aligned
-            LIBTARGET=x64
+            LIBTARGET="i386:x86-64"
         elif enabled arm; then
             LIBTARGET=arm
         fi