Commit 80ade798 authored by Michael Kostylev's avatar Michael Kostylev Committed by Diego Biurrun

AIX: add support for shared builds

Signed-off-by: 's avatarDiego Biurrun <diego@biurrun.de>
parent b5123601
......@@ -3050,7 +3050,10 @@ enabled spic && enable_weak pic
# OS specific
case $target_os in
aix)
SHFLAGS=-shared
add_cppflags '-I\$(SRC_PATH)/compat/aix'
enabled shared && add_ldflags -Wl,-brtl
ar_default='ar -Xany'
;;
haiku)
prefix_default="/boot/common"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment