Support compilation on aix with gcc.
Shared libraries and the IBM compiler are currently not supported. "--arch=ppc" has to be passed to configure, uname is not compatible.
This commit is contained in:
parent
0915b531bc
commit
f803e0dc0e
1 changed files with 2 additions and 0 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -3392,6 +3392,8 @@ enabled spic && enable_weak pic
|
|||
|
||||
# OS specific
|
||||
case $target_os in
|
||||
aix)
|
||||
;;
|
||||
haiku)
|
||||
prefix_default="/boot/common"
|
||||
network_extralibs="-lnetwork"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue