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
On `aarch64-apple-darwin` currently we have
```console
sandbox:${WORKSPACE} # echo 'int main(){}' | gcc -x c -
clang-8: error: invalid version number in 'MACOSX_DEPLOYMENT_TARGET=11.0'
```
because `clang-8` isn't able to deal with version numbers ≥ 11.0 (I know,
right?). This change sets `MACOSX_DEPLOYMENT_TARGET=10.16` for `as` on this
platform, to quickly work around the issue, similarly to what Apple does with
`SYSTEM_VERSION_COMPAT=1` (ref:
https://twitter.com/jeremyhu/status/1285230460402987008).
0 commit comments