Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
9cd90d46
Commit
9cd90d46
authored
Jun 27, 2014
by
James Zern
Committed by
Gerrit Code Review
Jun 27, 2014
Browse files
Merge "iosbuild.sh Add arm64 support to VPX.framework."
parents
1fba21a2
9a5e9e73
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/make/iosbuild.sh
View file @
9cd90d46
...
...
@@ -25,7 +25,8 @@ MAKE_JOBS=1
LIBVPX_SOURCE_DIR
=
$(
dirname
"
$0
"
|
sed
-e
s,/build/make,,
)
LIPO
=
$(
xcrun
-sdk
iphoneos
${
SDK
}
-find
lipo
)
ORIG_PWD
=
"
$(
pwd
)
"
TARGETS
=
"armv6-darwin-gcc
TARGETS
=
"arm64-darwin-gcc
armv6-darwin-gcc
armv7-darwin-gcc
armv7s-darwin-gcc
x86-iphonesimulator-gcc
...
...
@@ -54,6 +55,9 @@ build_target() {
target_to_preproc_symbol
()
{
target
=
"
$1
"
case
"
${
target
}
"
in
arm64-
*
)
echo
"__aarch64__"
;;
armv6-
*
)
echo
"__ARM_ARCH_6__"
;;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment