Re: [PATCH 12/22] Enable building libgomp with Intel CET

2017-11-08 Thread Jeff Law
Law [mailto:l...@redhat.com] >> Sent: Wednesday, October 18, 2017 1:36 AM >> To: Tsimbalist, Igor V ; gcc- >> patc...@gcc.gnu.org >> Cc: ja...@redhat.com >> Subject: Re: [PATCH 12/22] Enable building libgomp with Intel CET >> >> On 10/12/2017 02

RE: [PATCH 12/22] Enable building libgomp with Intel CET

2017-10-31 Thread Tsimbalist, Igor V
Igor V ; gcc- > patc...@gcc.gnu.org > Cc: ja...@redhat.com > Subject: Re: [PATCH 12/22] Enable building libgomp with Intel CET > > On 10/12/2017 02:20 PM, Tsimbalist, Igor V wrote: > > Enable building libgomp with CET options. > > > > libgomp/ > > * conf

Re: [PATCH 12/22] Enable building libgomp with Intel CET

2017-10-17 Thread Jeff Law
On 10/12/2017 02:20 PM, Tsimbalist, Igor V wrote: > Enable building libgomp with CET options. > > libgomp/ > * configure.ac: Set CET_FLAGS, update XCFLAGS and FCFLAGS. > * acinclude.m4: Add cet.m4. > * configure: Regenerate. > * Makefile.in: Likewise. > * testsuite/Ma

[PATCH 12/22] Enable building libgomp with Intel CET

2017-10-12 Thread Tsimbalist, Igor V
Enable building libgomp with CET options. libgomp/ * configure.ac: Set CET_FLAGS, update XCFLAGS and FCFLAGS. * acinclude.m4: Add cet.m4. * configure: Regenerate. * Makefile.in: Likewise. * testsuite/Makefile.in: Likewise 0012-Enable-building-libgomp-with