From d56f0c7bfd6454093d4ba994e22142aed3bb0d78 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 27 Mar 2012 23:25:53 +0000 Subject: [PATCH] Tested binutils AIX instructions with 2.22. --- docs/nmap-install.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/nmap-install.xml b/docs/nmap-install.xml index 8e4462c0d..0669bb5d8 100644 --- a/docs/nmap-install.xml +++ b/docs/nmap-install.xml @@ -1313,13 +1313,13 @@ You can work around this problem by installing the as from GNU binutilsbinutils. (But not ld; you want to continue using the default ld.) These instructions were tested on AIX 7.1 with -binutils-2.21.1a from +binutils-2.22 from http://ftp.gnu.org/gnu/binutils. -$ bzip2 -dc binutils-2.21.1a.tar.bz2 | tar -xvf - -$ cd binutils-2.21.1 +$ bzip2 -dc binutils-2.22.tar.bz2 | tar -xvf - +$ cd binutils-2.22 $ ./configure --disable-werror --disable-largefile CFLAGS="-O2 -Wall" $ gmake $ cd gas