summaryrefslogtreecommitdiffstats
path: root/trunk/testsuite/reloc2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/testsuite/reloc2.sh')
-rwxr-xr-xtrunk/testsuite/reloc2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/testsuite/reloc2.sh b/trunk/testsuite/reloc2.sh
index d64df48..00cf672 100755
--- a/trunk/testsuite/reloc2.sh
+++ b/trunk/testsuite/reloc2.sh
@@ -2,7 +2,7 @@
. `dirname $0`/functions.sh
SHFLAGS=
case "`uname -m`" in
- ia64|ppc*|x86_64|mips*) SHFLAGS=-fpic;; # Does not support non-pic shared libs
+ ia64|ppc*|x86_64|mips*|arm*) SHFLAGS=-fpic;; # Does not support non-pic shared libs
s390*) if file reloc1lib1.so | grep -q 64-bit; then SHFLAGS=-fpic; fi;;
esac
# Disable this test under SELinux if textrel