Merge commit '80ade7985cd95156e2156f50adc7b86d0e43a07a'
* commit '80ade7985cd95156e2156f50adc7b86d0e43a07a': AIX: add support for shared builds Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
e64dc86a13
3
configure
vendored
3
configure
vendored
@ -3403,7 +3403,10 @@ enabled spic && enable_weak pic
|
|||||||
# OS specific
|
# OS specific
|
||||||
case $target_os in
|
case $target_os in
|
||||||
aix)
|
aix)
|
||||||
|
SHFLAGS=-shared
|
||||||
add_cppflags '-I\$(SRC_PATH)/compat/aix'
|
add_cppflags '-I\$(SRC_PATH)/compat/aix'
|
||||||
|
enabled shared && add_ldflags -Wl,-brtl
|
||||||
|
ar_default='ar -Xany'
|
||||||
;;
|
;;
|
||||||
haiku)
|
haiku)
|
||||||
prefix_default="/boot/common"
|
prefix_default="/boot/common"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user