DescriptioniOS: Use a 10.7 deployment target for host builds.
The internal iOS build used to use libstdc++, but after
https://codereview.chromium.org/1334273004/ force libc+++ on for iOS the
internal bots broke because they use Xcode's clang and Xcode's clang
complains if -stdlib=libc++ is passed and the deployment target is not at
least 10.7.
As a fix, set the mac deployment target for iOS host compiles to 10.7, and
suppress warnings about deprecated functions for iOS host compiles. (The
warnings can't be fixed until the deployment target is increased on Mac too;
this is covered by crbug.com/547071)
BUG=535104, 400091
Committed: https://crrev.com/469f0e325c36f278a9849051265f65cc2dcf804a
Cr-Commit-Position: refs/heads/master@{#355822}
Patch Set 1 #
Messages
Total messages: 10 (3 generated)
|