Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
e87d6813
Commit
e87d6813
authored
Jun 25, 2014
by
Tom Finegan
Browse files
Add arm64-darwin-gcc target.
Change-Id: I251cca45db54d2947868e2b9c35cb54f86b10706
parent
ce719907
Changes
3
Hide whitespace changes
Inline
Side-by-side
README
View file @
e87d6813
...
...
@@ -55,6 +55,7 @@ COMPILING THE APPLICATIONS/LIBRARIES:
armv6-linux-rvct
armv6-linux-gcc
armv6-none-rvct
arm64-darwin-gcc
armv7-android-gcc
armv7-darwin-gcc
armv7-linux-rvct
...
...
build/make/configure.sh
View file @
e87d6813
...
...
@@ -799,7 +799,7 @@ process_common_toolchain() {
arm
*
)
# on arm, isa versions are supersets
case
${
tgt_isa
}
in
armv8
)
arm64|
armv8
)
soft_enable neon
;;
armv7|armv7s
)
...
...
configure
View file @
e87d6813
...
...
@@ -96,6 +96,7 @@ all_platforms="${all_platforms} armv6-darwin-gcc"
all_platforms
=
"
${
all_platforms
}
armv6-linux-rvct"
all_platforms
=
"
${
all_platforms
}
armv6-linux-gcc"
all_platforms
=
"
${
all_platforms
}
armv6-none-rvct"
all_platforms
=
"
${
all_platforms
}
arm64-darwin-gcc"
all_platforms
=
"
${
all_platforms
}
armv7-android-gcc"
#neon Cortex-A8
all_platforms
=
"
${
all_platforms
}
armv7-darwin-gcc"
#neon Cortex-A8
all_platforms
=
"
${
all_platforms
}
armv7-linux-rvct"
#neon Cortex-A8
...
...
Write
Preview
Supports
Markdown
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