rtcd,unit tests: fix ppc64 build
match ppc* in rtcd to ensure vsx is included Change-Id: I331a5d35e7160eeb69ebd14b98ba03ec5be6c600
This commit is contained in:
parent
fc83fcb7c4
commit
7fde349b25
@ -420,7 +420,7 @@ if ($opts{arch} eq 'x86') {
|
||||
} elsif ($opts{arch} eq 'armv8' || $opts{arch} eq 'arm64' ) {
|
||||
@ALL_ARCHS = filter(qw/neon/);
|
||||
arm;
|
||||
} elsif ($opts{arch} eq 'ppc' ) {
|
||||
} elsif ($opts{arch} =~ /^ppc/ ) {
|
||||
@ALL_ARCHS = filter(qw/vsx/);
|
||||
ppc;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user