Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

media-libs/x265: Fix build on x32 by disabling assem… #173

Merged
merged 1 commit into from
Oct 14, 2015

Commits on Oct 13, 2015

  1. media-libs/x265: Fix x32 build, bug #510890

    x32 arch as defined on https://sites.google.com/site/x32abi is neither
    X86 nor X64, then forcing -march=i686 leads to build failure as wrong
    -march is used.
    
    Forcing -march, -mfloat-abi and -mfpu for ARM is also wrong
    As a global sanity sake, disable all forced -march in CMakeLists
    
    Upstream report: https://bitbucket.org/multicoreware/x265/pull-requests/21/build-disable-march-selection-from/diff
    
    Package-Manager: portage-2.2.20.1
    bjacquin committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    5658f1d View commit details
    Browse the repository at this point in the history