public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Which compiler version should we use to compile Cadence Compilers
@ 2018-04-09 22:17 Rogerio de Souza Moraes
  2018-04-09 22:37 ` Jonathan Wakely
  0 siblings, 1 reply; 2+ messages in thread
From: Rogerio de Souza Moraes @ 2018-04-09 22:17 UTC (permalink / raw)
  To: gcc

Hi everyone,

I goal is to discuss if we should use the compiler available in the build machine (for example, in RHEL 6.5 it is GCC v4.4.7) or if we should use the previous version of Cadence GCC (for example v4.8.3).

Currently, we use the lastest officially supported Cadence GCC version.

But we are using the configuration parameter “enable-bootstrap”, which steps are described below, I think we could use the compiler available in the build machine.


  *   Build tools necessary to build the compiler.
  *   Perform a 3-stage bootstrap of the compiler. This includes building three times the target tools for use by the compiler such as binutils (bfd, binutils, gas, gprof, ld, and opcodes) if they have been individually linked or moved into the top level GCC source tree before configuring.
  *   Perform a comparison test of the stage2 and stage3 compilers.
  *   Build runtime libraries using the stage3 compiler from the previous step.

I want to hear more opinions about this topic, before bring it to next compilers meeting.

Regards,
--
Rogerio

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Which compiler version should we use to compile Cadence Compilers
  2018-04-09 22:17 Which compiler version should we use to compile Cadence Compilers Rogerio de Souza Moraes
@ 2018-04-09 22:37 ` Jonathan Wakely
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Wakely @ 2018-04-09 22:37 UTC (permalink / raw)
  To: Rogerio de Souza Moraes; +Cc: gcc

On 9 April 2018 at 20:29, Rogerio de Souza Moraes wrote:
> Hi everyone,
>
> I goal is to discuss if we should use the compiler available in the build machine (for example, in RHEL 6.5 it is GCC v4.4.7) or if we should use the previous version of Cadence GCC (for example v4.8.3).
>
> Currently, we use the lastest officially supported Cadence GCC version.
>
> But we are using the configuration parameter “enable-bootstrap”, which steps are described below, I think we could use the compiler available in the build machine.

When you do a bootstrap the final result is built by the new GCC. It
doesn't matter which version you start with, the final result will be
the same.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-04-09 22:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-09 22:17 Which compiler version should we use to compile Cadence Compilers Rogerio de Souza Moraes
2018-04-09 22:37 ` Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).