This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] RTEMS: Add LEON3/SPARC multilibs


On 2013-09-18 19:37, Ralf CorsÃpius wrote:
On 09/17/2013 08:12 PM, Joel Sherrill wrote:
Committed to the head.

Is this too radical to also go on the 4.8 branch?
We would need to discuss it on the RTEMS side but it
only impacts us if the multilib is there for sparc-elf
on 4.8.

Not quite. The problem is not GCC-4.8 vs. GCC-4.9, the problems are in RTEMS.

Why? sparc-rtems*gccs < 4.8 doesn't support -mcpu=leon3 and thus will abort
when -mcpu=leon3 will be used.

I.e. you
a) CANNOT use -mcpu=leon3 in RTEMS's bsp_specs and in RTEMS cpukit, until the
toolchains are guaranteed to support it.
or

Yes, exactly.  We have to follow option a).

b) MUST backport -mcpu=leon3 to GCC-4.8

In other words, if you are sure leon3 works with GCC-4.8, you'd better off
backporting this to GCC-4.8. If there are known bugs in GCC-4.8/leon3, you'd
better of not using -mcpu=leon3 in RTEMS.

To my knowledge, GCC up to 4.8.1 doesn't support -mcpu=leon3 at all, but I
don't know about the status on current gcc-4_8-branch.

Ralf


I don't expect that this will be back ported to GCC 4.8. You also need Binutils 2.24 for this.

--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.huber@embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschÃftliche Mitteilung im Sinne des EHUG.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]