From f803e0dc0e75997ecb696521cd68d8aeb3cdac40 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 30 Jun 2013 13:47:10 +0200 Subject: [PATCH] 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. --- configure | 2 ++ 1 file changed, 2 insertions(+) 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"