summaryrefslogtreecommitdiff
path: root/build/make
diff options
context:
space:
mode:
authorTom Finegan <tomfinegan@google.com>2014-06-25 18:32:16 -0700
committerTom Finegan <tomfinegan@google.com>2014-06-26 11:30:52 -0700
commite87d68138dff95e28ad3a0db72954d986610bf1f (patch)
treec4e544af3d7759c71cf89072e4fcbd5c35a1b2b6 /build/make
parentce7199075e551871052de49121905277721062a5 (diff)
downloadlibvpx-e87d68138dff95e28ad3a0db72954d986610bf1f.tar
libvpx-e87d68138dff95e28ad3a0db72954d986610bf1f.tar.gz
libvpx-e87d68138dff95e28ad3a0db72954d986610bf1f.tar.bz2
libvpx-e87d68138dff95e28ad3a0db72954d986610bf1f.zip
Add arm64-darwin-gcc target.
Change-Id: I251cca45db54d2947868e2b9c35cb54f86b10706
Diffstat (limited to 'build/make')
-rwxr-xr-xbuild/make/configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/make/configure.sh b/build/make/configure.sh
index d4124c722..0fe8ead2e 100755
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -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)