1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00

ugh, another typo; spotted by naddy

This commit is contained in:
deraadt 2024-06-02 18:47:17 +00:00
parent 9ca4219d24
commit ea00e92bee

View File

@ -1,4 +1,4 @@
/* $OpenBSD: crunchgen.c,v 1.29 2024/06/02 18:01:37 deraadt Exp $ */
/* $OpenBSD: crunchgen.c,v 1.30 2024/06/02 18:47:17 deraadt Exp $ */
/*
* Copyright (c) 1994 University of Maryland
@ -897,7 +897,7 @@ top_makefile_rules(FILE * outmk)
fprintf(outmk, "CFLAGS+=-fno-unwind-tables\n");
fprintf(outmk, ".if ${MACHINE} == \"amd64\"\n");
fprintf(outmk, "CFLAGS+=-fcf-protection=none\n");
fprintf(outmk, "CFLAGS+=-no-fret-clean\n");
fprintf(outmk, "CFLAGS+=-fno-ret-clean\n");
fprintf(outmk, ".endif\n");
fprintf(outmk, ".if ${MACHINE} == \"arm64\"\n");
fprintf(outmk, "CFLAGS+=-mbranch-protection=none\n");