Commit b5c877a5 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

configure: Disable direct stripping for AIX.

AIX strip doesn't know the option -o.
parent 19128408
...@@ -5009,6 +5009,7 @@ case $target_os in ...@@ -5009,6 +5009,7 @@ case $target_os in
add_cppflags '-I\$(SRC_PATH)/compat/aix' add_cppflags '-I\$(SRC_PATH)/compat/aix'
enabled shared && add_ldflags -Wl,-brtl enabled shared && add_ldflags -Wl,-brtl
arflags='-Xany -r -c' arflags='-Xany -r -c'
striptype=""
;; ;;
android) android)
disable symver disable symver
......
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