aboutsummaryrefslogtreecommitdiff
path: root/tests/check_isa-2_07_cap
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check_isa-2_07_cap')
-rwxr-xr-xtests/check_isa-2_07_cap12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/check_isa-2_07_cap b/tests/check_isa-2_07_cap
deleted file mode 100755
index 8b991e510..000000000
--- a/tests/check_isa-2_07_cap
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-# We use this script to check whether or not the processor supports
-# Power ISA 2.07.
-DIR="$( cd "$( dirname "$0" )" && pwd )"
-LD_SHOW_AUXV=1 $DIR/true | grep arch_2_07 > /dev/null 2>&1
-
-if [ "$?" -ne "0" ]; then
- exit 1
-else
- exit 0
-fi