summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 7280ad8..e00cc92 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1262,7 +1262,11 @@ _yacc= lib/liby \
${_bt}-usr.bin/yacc: ${_bt}-lib/liby
.endif
-.if ${BOOTSTRAPPING} < 1000014
+# crunchgen broken on head with STRIP= for a while, even
+# when building stable binaries, so bootstrap there too.
+# r284356 to r285986 is the broken range.
+.if ${BOOTSTRAPPING} < 1000014 || \
+ (${BOOTSTRAPPING} > 1100076 && ${BOOTSTRAPPING} < 1100078)
_crunch= usr.sbin/crunch
.endif
OpenPOWER on IntegriCloud