This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc trunk 20070110 build failure (--enable-targets=all i486-linux-gnu)
- From: Daniel Jacobowitz <drow at false dot org>
- To: Matthias Klose <doko at cs dot tu-berlin dot de>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 10 Jan 2007 09:15:19 -0500
- Subject: Re: gcc trunk 20070110 build failure (--enable-targets=all i486-linux-gnu)
- References: <17828.51440.266527.386791@gargle.gargle.HOWL>
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