[bug #27590] MSVC Win64 build patch

2010-07-12 Thread Eli Zaretskii
Follow-up Comment #4, bug #27590 (project make): I don't care about the MSVC compiler, I use only GCC. Go ahead and commit this, and if it breaks the GCC build, I will handle it in the next RC. ___ Reply to this item at:

[bug #27590] MSVC Win64 build patch

2009-10-04 Thread anonymous
URL: http://savannah.gnu.org/bugs/?27590 Summary: MSVC Win64 build patch Project: make Submitted by: None Submitted on: Sun 04 Oct 2009 09:08:33 AM UTC Severity: 3 - Normal Item Group: Build/Install

[bug #27590] MSVC Win64 build patch

2009-10-04 Thread Eli Zaretskii
Follow-up Comment #1, bug #27590 (project make): Can you please give a short explanation for each change? Also, are you sure the first of these changes doesn't harm the Win32 build in any way? (I don't have MSVC installed to try this myself.) Thanks.

[bug #27590] MSVC Win64 build patch

2009-10-04 Thread anonymous
Follow-up Comment #2, bug #27590 (project make): Two changes were made: 1) Removed /MACHINE:I386 option from link commands. This option is not necessary and will be automatically set by the linker. I've tested okay with WIN32 after the change. 2) Protected the offending 'int execve ()'