This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc trunk 20070110 build failure (--enable-targets=all i486-linux-gnu)


On Wed, Jan 10, 2007 at 12:07:28PM +0100, Matthias Klose wrote:
> trunk configured on i486 (on x86_64 hardware) with
> 
>   --enable-targets=all i486-linux-gnu
> 
> fails to configure the first 64bit library (libiberty), not finding
> the correct libgcc.

libgcc uses the same config-ml.in to enable multilibs that libiberty
does.  You're going to have to figure out why that's decided that we
shouldn't build multilibs.  It starts by checking xgcc
-print-multi-lib; that works, right?  Could it have picked up
a bad setting for $CC?

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]