(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).
/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.