ugh, another typo; spotted by naddy
authorderaadt <deraadt@openbsd.org>
Sun, 2 Jun 2024 18:47:17 +0000 (18:47 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 2 Jun 2024 18:47:17 +0000 (18:47 +0000)
usr.sbin/crunchgen/crunchgen.c

index e0bfd53..4bc4961 100644 (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");