Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Build: fix MinGW-w64 build. Closes #36 #435

Closed
wants to merge 4 commits into from

Commits on Nov 4, 2016

  1. Build: fix ARMv7/8 builds. Fixes monero-project#384, refs monero-proj…

    …ect#285
    
    - Fixes CMake for ARM, add compile-time patches for run-time AES-NI
    - Preprocessor: also added MSVS macro for future MSVS testing
    - Cleaned-up CMake / shared hardening flags with Clang
    anonimal committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    1256a6f View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2016

  1. Configuration menu
    Copy the full SHA
    41c1bf7 View commit details
    Browse the repository at this point in the history
  2. Build: fix UPnP detection on MinGW-w64. Refs monero-project#36

    - Completely replaces our current (dismal) recipe
    - Courtesy of Mark Vejvoda (2011) and monero-project/monero
    anonimal committed Nov 5, 2016
    Configuration menu
    Copy the full SHA
    c7cbcd4 View commit details
    Browse the repository at this point in the history
  3. Build: update submodule URLs (now point to my forks)

    There have been repeated needs to build against the patches that I send
    upstream. As is common practice, by pointing our submodules to my forks,
    we can base against fixes without having to wait for upstream to merge
    pulls.
    
    This most recently applies to cpp-netlib/cpp-netlib#705 (thus why this
    commit is in this branch)
    
    References monero-project#36
    anonimal committed Nov 5, 2016
    Configuration menu
    Copy the full SHA
    45c3177 View commit details
    Browse the repository at this point in the history