Re: [PATCH 10/22] Enable building libcilkrts with Intel CET

2017-11-08 Thread Jeff Law
atches-ow...@gcc.gnu.org [mailto:gcc-patches- >> ow...@gcc.gnu.org] On Behalf Of Jeff Law >> Sent: Wednesday, October 18, 2017 1:34 AM >> To: Tsimbalist, Igor V ; gcc- >> patc...@gcc.gnu.org >> Subject: Re: [PATCH 10/22] Enable building libcilkrts with Intel CET >>

RE: [PATCH 10/22] Enable building libcilkrts with Intel CET

2017-10-31 Thread Tsimbalist, Igor V
t: Wednesday, October 18, 2017 1:34 AM > To: Tsimbalist, Igor V ; gcc- > patc...@gcc.gnu.org > Subject: Re: [PATCH 10/22] Enable building libcilkrts with Intel CET > > On 10/12/2017 02:13 PM, Tsimbalist, Igor V wrote: > > Enable building libcilkrts with CET options. > > >

Re: [PATCH 10/22] Enable building libcilkrts with Intel CET

2017-10-17 Thread Jeff Law
On 10/12/2017 02:13 PM, Tsimbalist, Igor V wrote: > Enable building libcilkrts with CET options. > > libcilkrts/ > * Makefile.am: Add AM_CXXFLAGS and XCXXFLAGS. > * configure.ac: Set CET_FLAGS, update XCFLAGS, XCXXFLAGS. > * Makefile.in: Regenerate. > * aclocal.m4: Likewise

[PATCH 10/22] Enable building libcilkrts with Intel CET

2017-10-12 Thread Tsimbalist, Igor V
Enable building libcilkrts with CET options. libcilkrts/ * Makefile.am: Add AM_CXXFLAGS and XCXXFLAGS. * configure.ac: Set CET_FLAGS, update XCFLAGS, XCXXFLAGS. * Makefile.in: Regenerate. * aclocal.m4: Likewise. * configure: Likewise. 0010-Enable-building