summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2018-12-02 15:18:46 +0100
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2018-12-02 15:19:13 +0100
commitf7faaa8c187fd110629cdf327dbf4f8322eea085 (patch)
tree8b2c20f9d184658b0e895331ed2931ab0db0b2d2 /configure
parentc32aad19614ca42fe67efeced893332dae09a1e3 (diff)
Force aix nm to work on 32 and 64 bit binaries by default.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 54b7e1119b..2af6c0d797 100755
--- a/configure
+++ b/configure
@@ -3608,6 +3608,7 @@ host_os=$target_os_default
if test "$target_os_default" = aix; then
arch_default=$(uname -p)
strip_default="strip -X32_64"
+ nm_default="nm -g -X32_64"
else
arch_default=$(uname -m)
fi