Browse Source

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

tags/n4.2
Carl Eugen Hoyos 7 years ago
parent
commit
f7faaa8c18
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      configure

+ 1
- 0
configure View File

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


Loading…
Cancel
Save