From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frederic.Petrot@lip6.fr To: gcc-gnats@gcc.gnu.org Subject: other/4753: Gcc fails to build libgcc for mips target on linux host Date: Wed, 31 Oct 2001 04:16:00 -0000 Message-id: <20011031121134.25772.qmail@sourceware.cygnus.com> X-SW-Source: 2001-10/msg00711.html List-Id: >Number: 4753 >Category: other >Synopsis: Gcc fails to build libgcc for mips target on linux host >Confidential: no >Severity: non-critical >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Wed Oct 31 04:16:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Frederic.Petrot@lip6.fr >Release: 3.0.2 >Organization: >Environment: Linux redhat 7.2 >Description: Gcc fails to build libgcc for a mips target, on any host I suppose. It cannot find fp-bit.c and dp-bit.c that seems not to be copied into the objdir/gcc when running configure (or at some other time, I'm really not sure). >How-To-Repeat: ~/gcc-3.0.2/ is gcc tarball untared (srcdir) ~/gcc/ is objdir ~/gcc $ ~/gcc-3.0.2/configure --prefix=$HOME/bin --with-gnu-as --with-gnu-ld --target=mipsel-cass-ecoff --disable-multi-lib --disable-threads --enable-language=c --disable-libgcj ~/gcc $ make >Fix: cp ~/gcc-3.0.2/gcc/[fd]-bit.c ~/gcc/gcc But this is not a reasonnable one ;) >Release-Note: >Audit-Trail: >Unformatted: