Commit 4b8c460
committed
bootstrap: Add Apple Silicon support, fix Darwin URL typo
The existing Darwin URL fetches the x86_64 toolchain, which fails
on Apple Silicon hosts under Rosetta due to hardcoded Intel-Homebrew
dylib paths in cc1. Add Darwin-arm64 URL for ARM's native arm64
build; bootstrap.py's per-architecture selection logic picks it up
automatically.
Also fix a typo in the existing Darwin URL (.tar.xzg -> .tar.xz).
The typo currently works only because ARM's servers silently
redirect to the canonical file; relying on that is brittle.1 parent b91eeda commit 4b8c460
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
0 commit comments