While LLDB on powerpc and powerpcspe builds as-is, on powerpc64 and
powerpc64le it requires adding a couple of additional source files
to build.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 44101 Build 40989: arc lint + arc unit
Event Timeline
Comment Actions
One nit that's more an out loud question than a required change.
share/mk/src.opts.mk | ||
---|---|---|
285 | so only armv and riscv are broken? Maybe it's time to reverse the sense of this conditional? |
share/mk/src.opts.mk | ||
---|---|---|
285 | I suspect that 32-bit arm is fine, so it could probably be just != riscv. In any case though I think we can do it as a separate change. |