Bootstrap crunchgen after removing -dc from linker invocation
Inec81497cc7crunchgen was updated to remove -dc from the linker invocations in its generated makefile output, as this flag is no longer necessary, and is going to be an error with lld 15. Update the BOOTSTRAPPING conditions for copying the crunchgen binary from the host, or actually bootstrapping it when necessary. Sinceec81497cc7did not bump __FreeBSD_version, I have chosen the nearest values. Fixes:ec81497cc7MFC after: 3 days
This commit is contained in:
+4
-3
@@ -2307,9 +2307,10 @@ _crunchide= usr.sbin/crunch/crunchide
|
||||
_bootstrap_tools_links+=crunchide
|
||||
.endif
|
||||
|
||||
# 1300115: Higher WARNS fixes
|
||||
.if ${BOOTSTRAPPING} < 1202502 || \
|
||||
(${BOOTSTRAPPING} > 1300000 && ${BOOTSTRAPPING} < 1300131)
|
||||
# 1400052, 1300526, 1203507: Removed -dc from linker invocation
|
||||
.if ${BOOTSTRAPPING} < 1203507 || \
|
||||
(${BOOTSTRAPPING} > 1300000 && ${BOOTSTRAPPING} < 1300526) || \
|
||||
(${BOOTSTRAPPING} > 1400000 && ${BOOTSTRAPPING} < 1400052)
|
||||
_crunchgen= usr.sbin/crunch/crunchgen
|
||||
.else
|
||||
_bootstrap_tools_links+=crunchgen
|
||||
|
||||
Reference in New Issue
Block a user