Fix build on S390(x)-architecture

This commit is contained in:
Jitka Plesnikova 2013-06-05 16:20:32 +02:00 committed by Björn Esser
commit 60f2640087

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";;