[ovs-git] [openvswitch/ovs] 1cb364: Add build system for compiling under MSVC x64

GitHub noreply at github.com
Tue Sep 29 18:17:54 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 1cb3649c0bbacf4f3cea353d02a5e1217b5294b4
      https://github.com/openvswitch/ovs/commit/1cb3649c0bbacf4f3cea353d02a5e1217b5294b4
  Author: Alin Serdean <aserdean at cloudbasesolutions.com>
  Date:   2015-09-29 (Tue, 29 Sep 2015)

  Changed paths:
    M INSTALL.Windows.md
    M Makefile.am
    M configure.ac
    M m4/openvswitch.m4
    M windows/automake.mk

  Log Message:
  -----------
  Add build system for compiling under MSVC x64

This patch adds the modifications needed to compile under x64 under
Windows:
- created a new macro for testing if we are compiling under x64.
this will define the linker flag: "/MACHINE:X64" as per documentation
(https://msdn.microsoft.com/en-us/library/9yb4317s.aspx).

- added x64 pthread libraries under the pthread defines

- add documentation on how to build under x64

Signed-off-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>




More information about the git mailing list