Sign in
ara-mdk
/
platform
/
external
/
valgrind
/
3409c41967b9b9608d49fea02209ebc62f397260
/
.
/
main
/
tests
/
check_isa-2_06_cap
blob: 2b91cb0c27fa6b9028f1a8bdaa4bbe78d4d5c864 [
file
] [
log
] [
blame
]
#!/bin/sh
# We use this script to check whether or not the processor supports Power ISA 2.06.
LD_SHOW_AUXV
=
1
/
bin
/
true
|
grep arch_2_06
>
/
dev
/
null
2
>&
1
if
[
"$?"
-
ne
"0"
];
then
exit
1
else
exit
0
fi