diff options
author | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2018-12-02 15:18:46 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2018-12-02 15:19:13 +0100 |
commit | f7faaa8c187fd110629cdf327dbf4f8322eea085 (patch) | |
tree | 8b2c20f9d184658b0e895331ed2931ab0db0b2d2 /configure | |
parent | c32aad19614ca42fe67efeced893332dae09a1e3 (diff) | |
download | ffmpeg-streaming-f7faaa8c187fd110629cdf327dbf4f8322eea085.zip ffmpeg-streaming-f7faaa8c187fd110629cdf327dbf4f8322eea085.tar.gz |
Force aix nm to work on 32 and 64 bit binaries by default.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |