Merge branch 'besser82-bugfix/build-on-s390-arch'

* besser82-bugfix/build-on-s390-arch:
  Fix build on S390(x)-architecture
This commit is contained in:
William S Fulton 2015-02-11 23:55:16 +00:00
commit ec4b711d70

View file

@ -274,6 +274,8 @@ then
then CCSHARED="-fpic"
else CCSHARED="+z"
fi;;
s390x*-*-*) CCSHARED="-fpic" ;;
s390*-*-*) CCSHARED="-fPIC" ;;
*-*-linux*) CCSHARED="-fpic";;
*-*-freebsd* | *-*-openbsd*) CCSHARED="-fpic";;
*-*-netbsd*) CCSHARED="-fPIC";;