Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2014-06-16 18:46:10 +0400
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-06-16 18:46:10 +0400
commit189ffeafd42371176a2150565c26c2c53cd20008 (patch)
tree7911db1ad76eb7a57462d1f559290e818363b433 /configure
parent7eae8cd87054713cbef51b22b93f3a0eb5036c90 (diff)
Force aix strip to work on 32 and 64 bit by default.
Diffstat (limited to 'configure')
-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