You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments