1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-28 20:53:54 +02:00

Force aix nm to work on 32 and 64 bit binaries by default.

This commit is contained in:
Carl Eugen Hoyos 2018-12-02 15:18:46 +01:00
parent c32aad1961
commit f7faaa8c18

1
configure vendored
View File

@ -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