OSDN Git Service

Support compilation on aix with gcc.
authorCarl Eugen Hoyos <cehoyos@ag.or.at>
Sun, 30 Jun 2013 11:47:10 +0000 (13:47 +0200)
committerCarl Eugen Hoyos <cehoyos@ag.or.at>
Sun, 30 Jun 2013 11:47:45 +0000 (13:47 +0200)
Shared libraries and the IBM compiler are currently not supported.
"--arch=ppc" has to be passed to configure, uname is not compatible.

configure

index 32473a9..dbb6672 100755 (executable)
--- 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"