Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
aebb361b
Commit
aebb361b
authored
Sep 16, 2014
by
Tom Finegan
Committed by
Gerrit Code Review
Sep 16, 2014
Browse files
Merge "build/make/iosbuild.sh: Be more explicit about armv7."
parents
ffaebfc7
a3b594ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/make/iosbuild.sh
View file @
aebb361b
...
...
@@ -62,7 +62,7 @@ target_to_preproc_symbol() {
echo
"__ARM_ARCH_6__"
;;
armv7-
*
)
echo
"__ARM_ARCH_7__"
echo
"__ARM_ARCH_7
A
__"
;;
armv7s-
*
)
echo
"__ARM_ARCH_7S__"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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