configure: Disable direct stripping for AIX.

AIX strip doesn't know the option -o.
pull/284/head
Carl Eugen Hoyos 7 years ago
parent 19128408ac
commit b5c877a554
  1. 1
      configure

1
configure vendored

@ -5009,6 +5009,7 @@ case $target_os in
add_cppflags '-I\$(SRC_PATH)/compat/aix'
enabled shared && add_ldflags -Wl,-brtl
arflags='-Xany -r -c'
striptype=""
;;
android)
disable symver

Loading…
Cancel
Save