Merge "build/make/configure.sh: Silence arm target Xcode7 link warnings."
diff --git a/build/make/configure.sh b/build/make/configure.sh
index 1ccdd73..c73e787 100644
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -750,6 +750,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}"