summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-11-12 00:43:08 -0300
committerJames Almer <jamrial@gmail.com>2017-11-12 00:43:08 -0300
commit221d813599e4f6a276b4f862e072a0b967d70dd7 (patch)
tree64e63d983d843911b770027a541e04ee9ba5721b /configure
parent5e4923b411b9b77b306d8e9247afb4b2f04f1a8f (diff)
parent2cf3c0ab0d84b5cdb379059f8570809a13a306b9 (diff)
Merge commit '2cf3c0ab0d84b5cdb379059f8570809a13a306b9'
* commit '2cf3c0ab0d84b5cdb379059f8570809a13a306b9': Revert "configure: Detect AIX ar command instead of hardcoding it in the OS section" Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure b/configure
index 4cdb3370d7..0e030f0e39 100755
--- a/configure
+++ b/configure
@@ -4374,9 +4374,6 @@ fi
if $ar 2>&1 | grep -q Microsoft; then
arflags="-nologo"
ar_o='-out:$@'
-elif $ar 2>&1 | grep -q 'Usage: ar.*-X.*any'; then
- arflags='-Xany -r -c'
- ar_o='$@'
elif $ar 2>&1 | grep -q "\[D\] "; then
arflags="rcD"
ar_o='$@'
@@ -4876,6 +4873,7 @@ case $target_os in
SHFLAGS=-shared
add_cppflags '-I\$(SRC_PATH)/compat/aix'
enabled shared && add_ldflags -Wl,-brtl
+ ar_default='ar -Xany'
;;
android)
disable symver