c58a9f350a
Bootstrap GCC with Intel CET by configuring GCC with --with-build-config="bootstrap-cet bootstrap-debug" Tested on Linux/i686 and Linux/x86-64. config/ * bootstrap-cet.mk: New file. gcc/ * doc/install.texi: Document bootstrap-cet. From-SVN: r254043
5 lines
146 B
Makefile
5 lines
146 B
Makefile
# This option enables -fcf-protection -mcet for stage2 and stage3.
|
|
|
|
STAGE2_CFLAGS += -fcf-protection -mcet
|
|
STAGE3_CFLAGS += -fcf-protection -mcet
|