libcc1: Enable Intel CET on Intel CET enabled host
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 12 May 2020 16:12:26 +0000 (09:12 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 12 May 2020 16:12:37 +0000 (09:12 -0700)
commitaf3bef0ea257f53e79319bc25086b8293bb27323
tree8e973c1c3e0908a1c110f82de6c1e657a2d9f998
parent2a2dea6b63ae600eb1d084c06d8a3ba42c66dd6b
libcc1: Enable Intel CET on Intel CET enabled host

Since on Intel CET enabled host, dlopen in Intel CET enabled applications
fails on shared libraries which aren't Intel CET enabled, enable Intel
CET in libcc1 on Intel CET enabled host.

* Makefile.am (AM_CXXFLAGS): Add $(CET_HOST_FLAGS).
* configure.ac: Add GCC_CET_HOST_FLAGS(CET_HOST_FLAGS) and
AC_SUBST(CET_HOST_FLAGS).
* Makefile.in: Regenerated.
* aclocal.m4: Likewise.
* configure: Likewise.
libcc1/ChangeLog
libcc1/Makefile.am
libcc1/Makefile.in
libcc1/aclocal.m4
libcc1/configure
libcc1/configure.ac