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