xref: /netbsd-src/external/gpl3/gcc.old/dist/config/bootstrap-cet.mk (revision 73d56d5b0be8704e4f0a7e8221a2c7309572c9a1)
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