Merge "build/make/rtcd.pl: Add missing arm64 support."

This commit is contained in:
Tom Finegan 2014-09-19 15:17:45 -07:00 committed by Gerrit Code Review
commit c1139eccc5

View File

@ -390,7 +390,7 @@ if ($opts{arch} eq 'x86') {
@REQUIRES = filter(keys %required ? keys %required : qw/media/);
&require(@REQUIRES);
arm;
} elsif ($opts{arch} eq 'armv8') {
} elsif ($opts{arch} eq 'armv8' || $opts{arch} eq 'arm64' ) {
@ALL_ARCHS = filter(qw/neon/);
arm;
} else {