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

bpo-41100: add runtime checks for MACOSX_DEPLOYMENT_TARGET=10.10 #21577

Commits on Jul 21, 2020

  1. add runtime checks for MACOSX_DEPLOYMENT_TARGET=10.10

    In order to support a universal2 build, supporitng Mac OS 11 on arm64 and Mac OS on
    x86_64 going back to 10.10, we need to add in runtime checks for functions that will
    be detected as present by autoconf, because they are in the SDK, but which did not
    exist  in Mac OS 10.10.    This fixes all the instances of -WWunguarded-availability-new
    when building with MACOSX_DEPLOYMENT_TARGET=10.10
    lawrence-danna-apple committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    5d4878c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fdd1b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcf4b17 View commit details
    Browse the repository at this point in the history
  4. fixup

    lawrence-danna-apple committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    57c7b6e View commit details
    Browse the repository at this point in the history
  5. fixup

    lawrence-danna-apple committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    03dd9af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    164a9f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. simplify

    These complications were needed on a previous build of Xcode but as of
    XCode 12 beta 3 it works without them.
    lawrence-danna-apple committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    05866b6 View commit details
    Browse the repository at this point in the history