ref: 324bcbfaed216e418e68ed39dee4e305838f3d13
parent: 6cf994b924b102f4727c505e0ad0137ab275a923
author: Tom Finegan <[email protected]>
date: Fri Sep 18 12:01:32 EDT 2015
build/make/configure.sh: Silence arm target Xcode7 link warnings. Always add IOS_VERSION_MIN to darwin arm cflags. The warning occured because the default (9.0) does not match the value set by configure (6.0). BUG=https://code.google.com/p/webm/issues/detail?id=1075 Change-Id: Ia9085ceeca10e057f9eb781c14f07581bb6280a5
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -742,6 +742,7 @@
# platforms, so use the newest one available.
case ${toolchain} in
arm*-darwin*)
+ add_cflags "-miphoneos-version-min=${IOS_VERSION_MIN}"
iphoneos_sdk_dir="$(show_darwin_sdk_path iphoneos)"
if [ -d "${iphoneos_sdk_dir}" ]; then
add_cflags "-isysroot ${iphoneos_sdk_dir}"