This patch set adds CET host support to libcc1 by enabling CET host
support in gcc, libcpp, libdecnumber and libbacktrace.

OK for master?

H.J. Lu (5):
  libcc1: Enable Intel CET on Intel CET enabled host
  gcc: Enable Intel CET on Intel CET enabled host for jit
  libcpp: Enable Intel CET on Intel CET enabled host for jit
  libdecnumber: Enable Intel CET on Intel CET enabled host for jit
  libbacktrace: Enable Intel CET on Intel CET enabled host for jit

 gcc/Makefile.in           |   4 +
 gcc/aclocal.m4            |   2 +
 gcc/configure             | 182 +++++++++++++++++++++++++++++++++++++-
 gcc/configure.ac          |  11 +++
 libbacktrace/Makefile.am  |   2 +-
 libbacktrace/Makefile.in  |   3 +-
 libbacktrace/configure    | 156 +++++++++++++++++++++++++++++++-
 libbacktrace/configure.ac |  11 +++
 libcc1/Makefile.am        |   2 +-
 libcc1/Makefile.in        |   3 +-
 libcc1/aclocal.m4         |   2 +
 libcc1/configure          | 149 ++++++++++++++++++++++++++++++-
 libcc1/configure.ac       |   3 +
 libcpp/Makefile.in        |   6 +-
 libcpp/aclocal.m4         |   2 +
 libcpp/configure          | 153 ++++++++++++++++++++++++++++++++
 libcpp/configure.ac       |  11 +++
 libdecnumber/Makefile.in  |   3 +-
 libdecnumber/aclocal.m4   |   2 +
 libdecnumber/configure    | 154 ++++++++++++++++++++++++++++++++
 libdecnumber/configure.ac |  12 +++
 21 files changed, 860 insertions(+), 13 deletions(-)

-- 
2.26.2

Reply via email to