We still need some binutils components so cannot include BINUTILS_BOOTSTRAP in BROKEN_OPTIONS. Add an explicit error rather than building a broken kernel.
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Makefile.inc1 | ||
---|---|---|
2094 ↗ | (On Diff #42364) | I could add && make(buildkernel), but I think it's reasonable to just disallow it; userland ifunc use will come too. |
Comment Actions
I agree. ifuncs is but the first thing... It would be good to know the features needed so that latter-day binutils can be used, but also flagged if we have a new one of these.
Comment Actions
I don't think ${LINKER_FEATURES} here is right, because it will be the host's linker at this point. Let me see...