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
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
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 ↗ | (On Diff #66902) | Ah, because this would recurse. Arguably these two assignments should probably be using :=? Your patch is fine for now though. |