This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: [patch] Fix bfd config problem on aix
- To: Tom Rix <trix at redhat dot com>
- Subject: Re: [patch] Fix bfd config problem on aix
- From: "H . J . Lu" <hjl at lucon dot org>
- Date: Tue, 28 Aug 2001 15:41:16 -0700
- Cc: binutils at sources dot redhat dot com
- References: <3B8C1C07.DB85AE47@redhat.com>
On Tue, Aug 28, 2001 at 05:32:39PM -0500, Tom Rix wrote:
> The rs6000coff64_vec needs to always be compiled in for powerpc-*-aix targets
> because AIX mixes 32 and 64 objects its big archive format.
>
> This reverts part of an earlier patch.
Please make sure you can do
# .../configure --enable-64-bit-bfd --enable-targets=all
# make
# make check
on Linux/x86.
H.J.