From 189ffeafd42371176a2150565c26c2c53cd20008 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Mon, 16 Jun 2014 16:46:10 +0200 Subject: [PATCH] Force aix strip to work on 32 and 64 bit by default. --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 39fe1fdef4..4f909a0a21 100755 --- a/configure +++ b/configure @@ -2627,6 +2627,7 @@ host_os=$target_os_default # machine if test "$target_os_default" = aix; then arch_default=$(uname -p) + strip_default="strip -X32_64" else arch_default=$(uname -m) fi