aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2014-06-16 16:46:10 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-06-16 16:46:10 +0200
commit189ffeafd42371176a2150565c26c2c53cd20008 (patch)
tree7911db1ad76eb7a57462d1f559290e818363b433
parent7eae8cd87054713cbef51b22b93f3a0eb5036c90 (diff)
downloadffmpeg-189ffeafd42371176a2150565c26c2c53cd20008.tar.gz
Force aix strip to work on 32 and 64 bit by default.
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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