Browse Source

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.
tags/n2.0
Carl Eugen Hoyos 12 years ago
parent
commit
f803e0dc0e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      configure

+ 2
- 0
configure 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"


Loading…
Cancel
Save