If we did not build a bootstrap strip binary installworld will fail to
link strip to the temporary directory since WORLDTMP does not contain it.
We could link all the XBINUTILS to WORLDTMP so that this works, but since
we only need strip during installworld this approach seemed simpler.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 72870 Build 69753: arc lint + arc unit
Event Timeline
Comment Actions
Seems like we didn't in my case, let me check if that is an explicit disable or the default. Or maybe we don't add the links anymore?