1 2 3 4 5 6 7
# This doesn't work on hppa case "$host" in -hppa*|x86_64*|s390*) +hppa*|x86_64*|s390*|mips*) echo "Not running on $host, it doesn't like non-PIC shared libs" 2>&1 exit 77 ;;