Commit f7faaa8c authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

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

parent c32aad19
...@@ -3608,6 +3608,7 @@ host_os=$target_os_default ...@@ -3608,6 +3608,7 @@ host_os=$target_os_default
if test "$target_os_default" = aix; then if test "$target_os_default" = aix; then
arch_default=$(uname -p) arch_default=$(uname -p)
strip_default="strip -X32_64" strip_default="strip -X32_64"
nm_default="nm -g -X32_64"
else else
arch_default=$(uname -m) arch_default=$(uname -m)
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment