diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-05-12 09:12:26 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-05-12 09:12:37 -0700 |
commit | af3bef0ea257f53e79319bc25086b8293bb27323 (patch) | |
tree | 8e973c1c3e0908a1c110f82de6c1e657a2d9f998 /libcc1/aclocal.m4 | |
parent | 2a2dea6b63ae600eb1d084c06d8a3ba42c66dd6b (diff) | |
download | gcc-af3bef0ea257f53e79319bc25086b8293bb27323.zip gcc-af3bef0ea257f53e79319bc25086b8293bb27323.tar.gz gcc-af3bef0ea257f53e79319bc25086b8293bb27323.tar.bz2 |
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.
Diffstat (limited to 'libcc1/aclocal.m4')
-rw-r--r-- | libcc1/aclocal.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcc1/aclocal.m4 b/libcc1/aclocal.m4 index 3224b04..2348721 100644 --- a/libcc1/aclocal.m4 +++ b/libcc1/aclocal.m4 @@ -1168,7 +1168,9 @@ AC_SUBST([am__untar]) ]) # _AM_PROG_TAR m4_include([../config/acx.m4]) +m4_include([../config/cet.m4]) m4_include([../config/depstand.m4]) +m4_include([../config/enable.m4]) m4_include([../config/gcc-plugin.m4]) m4_include([../config/lead-dot.m4]) m4_include([../config/override.m4]) |