diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |