Commit 189ffeaf authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

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

parent 7eae8cd8
......@@ -2627,6 +2627,7 @@ host_os=$target_os_default
# machine
if test "$target_os_default" = aix; then
arch_default=$(uname -p)
strip_default="strip -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