This should fix linker error when building with clang+lld.
Details
Details
- Reviewers
brooks jhb - Commits
- rS357170: Build hard-float lib32 for mips64hf/mips64elhf
lib32 now builds with -mhard-float instead of -msoft-float
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 28725 Build 26740: arc lint + arc unit
Event Timeline
Comment Actions
Yes, I was testing this locally, though without the :=, just a plain =. I was testing it as part of a make tinderbox run though that is only on amd64 and hasn't gotten to mips, so hadn't seen breakage that would require :=.
share/mk/bsd.compat.mk | ||
---|---|---|
169 | Ah, because this would recurse. Arguably these two assignments should probably be using :=? Your patch is fine for now though. |