Enable Makefile.msft for Win64
authorIvan Maidanski <ivmai@mail.ru>
Mon, 8 Oct 2012 08:15:48 +0000 (12:15 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 4 Nov 2016 11:15:45 +0000 (14:15 +0300)
(Cherry-pick commit 3556ba3 from 'release-7_4' branch.)

* src/Makefile.msft (libatomic_ops_gpl.lib): Do not pass
"/MACHINE:i386" option to "lib" tool (to select the proper target
architecture automatically).

src/Makefile.msft

index bdb526d..4146c02 100644 (file)
@@ -35,7 +35,7 @@ test_malloc: ..\tests\test_malloc.c ..\tests\test_atomic_include.h \
             /Fo.\test_malloc libatomic_ops_gpl.lib
 
 libatomic_ops_gpl.lib: $(LIB_OBJS)
-       lib /MACHINE:i386 /out:libatomic_ops_gpl.lib $(LIB_OBJS)
+       lib /out:libatomic_ops_gpl.lib $(LIB_OBJS)
 
 check:  test_atomic test_atomic_w95 test_malloc
        echo The following will print lots of \"Missing ...\" messages.