public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* C++14
@ 2021-01-29 17:05 Nima Gougol
  2021-01-29 18:16 ` C++14 Jonathan Wakely
  0 siblings, 1 reply; 2+ messages in thread
From: Nima Gougol @ 2021-01-29 17:05 UTC (permalink / raw)
  To: gcc-help

Hi Folks,

Is there a way to build gcc using -std=c++14 flag at bootstrap. Reason I am
asking is I am using some llvm API which requires c++14.

Sincerely,

Nima
-- 
Sincerely,

Nima Gougol

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

* Re: C++14
  2021-01-29 17:05 C++14 Nima Gougol
@ 2021-01-29 18:16 ` Jonathan Wakely
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Wakely @ 2021-01-29 18:16 UTC (permalink / raw)
  To: Nima Gougol; +Cc: gcc-help

On Fri, 29 Jan 2021 at 17:48, Nima Gougol via Gcc-help
<gcc-help@gcc.gnu.org> wrote:
>
> Hi Folks,
>
> Is there a way to build gcc using -std=c++14 flag at bootstrap. Reason I am
> asking is I am using some llvm API which requires c++14.

I think if you build with --disable-bootstrap then the build will just
be done with your existing compiler's default.

For a bootstrap, you might have to change configure.ac (line 1468) and
regenerate the top-level configure script (or just alter the relevant
line of the configure script directly).

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

end of thread, other threads:[~2021-01-29 18:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-29 17:05 C++14 Nima Gougol
2021-01-29 18:16 ` C++14 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).