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

[build system]: Fix USE_SYSTEM_LIBM=1 build #37832

Merged
merged 2 commits into from Oct 14, 2020
Merged

Commits on Oct 14, 2020

  1. [build system]: Fix USE_SYSTEM_LIBM=1 build

    When we started preloading `libm.so`, we neglected to take into account
    the name and location of `libm.so` when `USE_SYSTEM_LIBM=1` is used.
    This should fix it on all systems except for Ubuntu, which has an `ld`
    linker script instead of an actual library for `libm.so`, which has
    never worked.
    staticfloat committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    e74477c View commit details
    Browse the repository at this point in the history
  2. Update Make.inc

    staticfloat committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    c50cff6 View commit details
    Browse the repository at this point in the history