Fix build on S390(x)-architecture
This commit is contained in:
parent
57e3bf72c6
commit
60f2640087
1 changed files with 2 additions and 0 deletions
|
|
@ -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";;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue