Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move the unconditional `?=` definitions below all conditional definitions so that conditional `?=`s can take precedence. Also forcibly set `USEGCC=0` when `USECLANG=1`, otherwise the things guarded behind `USEGCC=1` will be visible. Without these changes, `gmake` on FreeBSD AArch64 incorrectly uses gcc instead of clang.
- Loading branch information