]> git.ipfire.org Git - thirdparty/gcc.git/commit
Require CET support only for the final GCC build
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 15 Jul 2020 13:16:01 +0000 (06:16 -0700)
committerGiuliano Belinassi <giuliano.belinassi@usp.br>
Mon, 17 Aug 2020 16:20:15 +0000 (13:20 -0300)
commitfa480c9705a2f2ba7b6b2f080b6a1eafe75e6726
treecfdc4d008828913fc268ee0fbfccc7fcdd1c757c
parentce2399db2f3946c161d90ab8c4eea3722129af74
Require CET support only for the final GCC build

With --enable-cet, require CET support only for the final GCC build.
Don't enable CET without CET support for non-bootstrap build, in stage1
nor for build support.

config/

PR bootstrap/96202
* cet.m4 (GCC_CET_HOST_FLAGS): Don't enable CET without CET
support in stage1 nor for build support.

gcc/

PR bootstrap/96202
* configure: Regenerated.

libbacktrace/

PR bootstrap/96202
* configure: Regenerated.

libcc1/

PR bootstrap/96202
* configure: Regenerated.

libcpp/

PR bootstrap/96202
* configure: Regenerated.

libdecnumber/

PR bootstrap/96202
* configure: Regenerated.

libiberty/

PR bootstrap/96202
* configure: Regenerated.

lto-plugin/

PR bootstrap/96202
* configure: Regenerated.
config/cet.m4
gcc/configure
libbacktrace/configure
libcc1/configure
libcpp/configure
libdecnumber/configure
libiberty/configure
lto-plugin/configure