xref: /netbsd-src/external/gpl3/gcc/dist/config/bootstrap-cet.mk (revision 14f5a3b000ef28b66b4b71b17ead84a8f9febbce)
1# This option enables -fcf-protection for stage2, stage3 and stage4.
2
3STAGE2_CFLAGS += -fcf-protection
4STAGE3_CFLAGS += -fcf-protection
5STAGE4_CFLAGS += -fcf-protection
6