]> git.sesse.net Git - ffmpeg/commitdiff
Force aix nm to work on 32 and 64 bit binaries by default.
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>
Sun, 2 Dec 2018 14:18:46 +0000 (15:18 +0100)
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>
Sun, 2 Dec 2018 14:19:13 +0000 (15:19 +0100)
configure

index 54b7e1119b01e34de98eeb2e96881740a2f47fc8..2af6c0d797303101c05d0014a2b4ed3dcef02877 100755 (executable)
--- 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