Fix typo
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
086e137dc4
commit
336a4530c5
1 changed files with 1 additions and 1 deletions
|
@ -3504,7 +3504,7 @@ component_test_malloc_0_null () {
|
||||||
}
|
}
|
||||||
|
|
||||||
support_test_aesni () {
|
support_test_aesni () {
|
||||||
# require an x64_64 target
|
# require an x86_64 target
|
||||||
gcc -v 2>&1 | grep Target | grep -q x86_64
|
gcc -v 2>&1 | grep Target | grep -q x86_64
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue