On Sat, Mar 3, 2012 at 11:17 AM, Ralf Corsepius <ralf.corsep...@rtems.org> wrote: > 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.
Wasn't that fixed? ... In any case, please file a bugreport. Yes, those are supposed to be installed, they are ar/nm/ranlib wrappers with linker-plugin support. Richard. > Ralf