summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2013-06-30 13:47:10 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2013-06-30 13:47:45 +0200
commitf803e0dc0e75997ecb696521cd68d8aeb3cdac40 (patch)
tree34278d485a30f91863280a176572355b594a0eb9 /configure
parent0915b531bc62440914710d2989813563b0446c5e (diff)
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.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 32473a92ba..dbb6672bc1 100755
--- a/configure
+++ b/configure
@@ -3392,6 +3392,8 @@ enabled spic && enable_weak pic
# OS specific
case $target_os in
+ aix)
+ ;;
haiku)
prefix_default="/boot/common"
network_extralibs="-lnetwork"