From b5c877a55415fc914acf996c8975a7b4e8b50a51 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Thu, 12 Apr 2018 02:30:21 +0200 Subject: [PATCH] configure: Disable direct stripping for AIX. AIX strip doesn't know the option -o. --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 8e6713d0b2..1e192f8780 100755 --- a/configure +++ b/configure @@ -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