This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Can't bootstrap gcc-3.1-cvs on sparc-linux using binutils-2.12-cvs as of 2002-02-28
- From: Jakub Jelinek <jakub at redhat dot com>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 28 Feb 2002 17:54:19 +0100
- Subject: Re: Can't bootstrap gcc-3.1-cvs on sparc-linux using binutils-2.12-cvs as of 2002-02-28
- References: <20020228153216.GA2477@j-son.org>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Thu, Feb 28, 2002 at 04:32:17PM +0100, Christian Jönsson wrote:
> This was on a Debian Woody (test release) sun4m system using
>
> binutils 2.11.92.0.12.3-6
> dejagnu 1.4-4
> gcc-3.0 3.0.3-1
> libc6 2.2.5-3
>
> /ChJ
>
> Trying to bootstrap gcc-3.1 from cvs using binutils cvs from the 2.12
> branch on a debian woody sparc linux system, I hit problems:
>
> LAST_UPDATED: Thu Feb 28 06:20:09 UTC 2002
>
> ./xgcc -B./ -B/usr/local/sparc-linux/bin/ -isystem /usr/local/sparc-linux/include -isystem /usr/local/sparc-linux/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config -I../../gcc/../include -fexceptions -c ../../gcc/unwind-dw2-fde-glibc.c -o libgcc/./unwind-dw2-fde-glibc.o
> ./xgcc -B./ -B/usr/local/sparc-linux/bin/ -isystem /usr/local/sparc-linux/include -isystem /usr/local/sparc-linux/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config -I../../gcc/../include -fexceptions -c ../../gcc/unwind-sjlj.c -o libgcc/./unwind-sjlj.o
> lt-ld-new: --relax and -r may not be used together
perl -pi -e 's/-Wl,-r/-r/' gcc/mklibgcc.in
should do the job, doesn't it?
I'll commit this as obvious together with my today's mklibgcc.in patch
once (if) it gets approved.
Jakub