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.
pull/26/head
Carl Eugen Hoyos 12 years ago
parent 0915b531bc
commit f803e0dc0e
  1. 2
      configure

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…
Cancel
Save