Commit e64dc86a authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '80ade798'

* commit '80ade798':
  AIX: add support for shared builds
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 103b8d87 80ade798
......@@ -3403,7 +3403,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