Linux glibc has a dummy lchmod that always fails and emitting a linker
warning when used. Don't fail the build due to that warning when
bootstrapping by setting LD_FATAL_WARNINGS=no.
Details
Details
- Reviewers
brooks jhb emaste - Commits
- rS363806: Allow bootstrapping mtree on Linux systems
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
This is fine with me, although I wonder if we should just turn off Werror / LD_FATAL_WARNINGS etc. completely in the cross-bootstrapping case?