build/make/configure.sh: Silence arm target Xcode7 link warnings.
authorTom Finegan <tomfinegan@google.com>
Fri, 18 Sep 2015 23:01:32 +0000 (16:01 -0700)
committerTom Finegan <tomfinegan@google.com>
Thu, 24 Sep 2015 01:42:32 +0000 (18:42 -0700)
commit324bcbfaed216e418e68ed39dee4e305838f3d13
treea1ad5f1f5aad22ec2c109cf06876e9e849d9d2e8
parent6cf994b924b102f4727c505e0ad0137ab275a923
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
build/make/configure.sh