diff options
Diffstat (limited to 'config/bootstrap-cet.mk')
-rw-r--r-- | config/bootstrap-cet.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config/bootstrap-cet.mk b/config/bootstrap-cet.mk index f09193a6dea..6ef1ba279cd 100644 --- a/config/bootstrap-cet.mk +++ b/config/bootstrap-cet.mk @@ -1,4 +1,5 @@ -# This option enables -fcf-protection -mcet for stage2 and stage3. +# This option enables -fcf-protection for stage2, stage3 and stage4. -STAGE2_CFLAGS += -fcf-protection -mcet -STAGE3_CFLAGS += -fcf-protection -mcet +STAGE2_CFLAGS += -fcf-protection +STAGE3_CFLAGS += -fcf-protection +STAGE4_CFLAGS += -fcf-protection |