提交 f7faaa8c 编写于 作者: C Carl Eugen Hoyos

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

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册