This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org
- From: Ralf Corsepius <ralf dot corsepius at rtems dot org>
- To: Richard Guenther <rguenther at suse dot de>
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 03 Mar 2012 11:17:43 +0100
- Subject: Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org
- References: <alpine.LNX.2.00.1203021434180.18230@zhemvz.fhfr.qr>
On 03/02/2012 02:44 PM, Richard Guenther wrote:
GCC 4.7.0 Release Candidate available from gcc.gnu.org
The first release candidate for GCC 4.7.0 is available from
ftp://gcc.gnu.org/pub/gcc/snapshots/4.7.0-RC-20120302
and shortly its mirrors. It has been generated from SVN revision 184777.
I have so far bootstrapped and tested the release candidate on
x86_64-linux. Please test it and report any issues to bugzilla.
If all goes well, I'd like to release 4.7.0 in about three weeks.
Trying to cross-build for sparc-rtems4.11 rpms fails with this:
error: Installed (but unpackaged) file(s) found:
/opt/rtems-4.11/bin/sparc-rtems4.11-gcc-ar
/opt/rtems-4.11/bin/sparc-rtems4.11-gcc-nm
/opt/rtems-4.11/bin/sparc-rtems4.11-gcc-ranlib
/opt/rtems-4.11/bin/sparc-rtems4.11-sparc-rtems4.11-gcc-ar
/opt/rtems-4.11/bin/sparc-rtems4.11-sparc-rtems4.11-gcc-nm
/opt/rtems-4.11/bin/sparc-rtems4.11-sparc-rtems4.11-gcc-ranlib
Are these <target>-gcc-{ar,nm,ranlib} really supposed to be
installed? Why? The rationale escapes me.
<target>-<target>-gcc-{ar,nm,ranlib} surely is not correct.
Ralf