This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
RE: [PATCH 13/22] Enable building libstdc++-v3 with Intel CET
- From: "Tsimbalist, Igor V" <igor dot v dot tsimbalist at intel dot com>
- To: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, "libstdc++ at gcc dot gnu dot org" <libstdc++ at gcc dot gnu dot org>
- Cc: Jeff Law <law at redhat dot com>, "Tsimbalist, Igor V" <igor dot v dot tsimbalist at intel dot com>
- Date: Fri, 13 Oct 2017 12:08:31 +0000
- Subject: RE: [PATCH 13/22] Enable building libstdc++-v3 with Intel CET
- Authentication-results: sourceware.org; auth=none
- Dlp-product: dlpe-windows
- Dlp-reaction: no-action
- Dlp-version: 11.0.0.116
- References: <D511F25789BA7F4EBA64C8A63891A00291F42314@IRSMSX102.ger.corp.intel.com>
Added libstdc++@gcc.gnu.org
> -----Original Message-----
> From: Tsimbalist, Igor V
> Sent: Thursday, October 12, 2017 10:24 PM
> To: gcc-patches@gcc.gnu.org
> Cc: Jeff Law <law@redhat.com>; jwakely@redhat.com; Tsimbalist, Igor V
> <igor.v.tsimbalist@intel.com>
> Subject: [PATCH 13/22] Enable building libstdc++-v3 with Intel CET
>
> Enable building libstdc++v3 with CET options.
>
> libstdc++-v3/
> * acinclude.m4: Add cet.m4.
> * configure.ac: Set CET_FLAGS. Update EXTRA_CFLAGS.
> * libsupc++/Makefile.am: Add EXTRA_CFLAGS.
> * Makefile.in: Regenerate.
> * configure: Likewise.
> * doc/Makefile.in: Likewise.
> * include/Makefile.in: Likewise.
> * libsupc++/Makefile.in: Likewise.
> * po/Makefile.in: Likewise.
> * python/Makefile.in: Likewise.
> * src/Makefile.in: Likewise.
> * src/c++11/Makefile.in: Likewise.
> * src/c++98/Makefile.in: Likewise.
> * src/filesystem/Makefile.in: Likewise.
> * testsuite/Makefile.in: Likewise.