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:
Carl Eugen Hoyos 2013-06-30 13:47:10 +02:00
parent 0915b531bc
commit f803e0dc0e

2
configure vendored
View File

@ -3392,6 +3392,8 @@ enabled spic && enable_weak pic
# OS specific
case $target_os in
aix)
;;
haiku)
prefix_default="/boot/common"
network_extralibs="-lnetwork"