r259620 - in /trunk/config: ChangeLog bootstrap...

hjl@gcc.gnu.org hjl@gcc.gnu.org
Tue Apr 24 22:12:00 GMT 2018


Author: hjl
Date: Tue Apr 24 22:12:46 2018
New Revision: 259620

URL: https://gcc.gnu.org/viewcvs?rev=259620&root=gcc&view=rev
Log:
x86/CET: Add -fcf-protection to STAGE4_CFLAGS

Since profiledbootstrap uses

STAGEfeedback_CFLAGS = $(STAGE4_CFLAGS) -fprofile-use

add

STAGE4_CFLAGS += -fcf-protection -mcet

to bootstrap-cet.mk to support profiledbootstrap with CET.

	PR bootstrap/85490
	* bootstrap-cet.mk (STAGE4_CFLAGS): New.

Modified:
    trunk/config/ChangeLog
    trunk/config/bootstrap-cet.mk



More information about the Gcc-cvs mailing list