]> granicus.if.org Git - libvpx/commit
build/make/configure.sh: Embed bitcode in arm darwin targets.
authorTom Finegan <tomfinegan@google.com>
Thu, 24 Sep 2015 21:55:51 +0000 (14:55 -0700)
committerTom Finegan <tomfinegan@google.com>
Thu, 24 Sep 2015 22:11:15 +0000 (15:11 -0700)
commit9194f3c0cb880fa8a998f4af7646f059182055c4
treefe56ab88a10f885a9a1e3e64cb8e3fd4c82f9db7
parent20b770eecd2fe3ff4b8be7c58fb9d67b32fee591
build/make/configure.sh: Embed bitcode in arm darwin targets.

When the iOS SDK major version is 9 or higher:
- Pass -fembed-bitcode to compiler, assembler, and linker.
- Add a warning for simulator targets since yasm doesn't know
  what -fembed-bitcode means, and exits with an error.

BUG=https://code.google.com/p/webm/issues/detail?id=1075

Change-Id: I38c997a0225e53c5dd1b4ddf7935d21362953f76
build/make/configure.sh