On Wed, Feb 17, 2021 at 10:35:59AM +0000, Iain Sandoe wrote: > Roman Bolshakov <r.bolshakov@xxxxxxxxx> wrote: > > > stage1 of GCC build (master branch as of yesterday) fails with the error: > > > > *** Configuration aarch64-apple-darwin20.3.0 not supported > > make[2]: *** [configure-stage1-gcc] Error 1 > > make[1]: *** [stage1-bubble] Error 2 > > make: *** [all] Error 2 > > > > Is it expected issue? > > Yes, that’s expected (it is not a bug). > > > I had impression that GCC works on Apple Silicon > > macs. > > There is an experimental branch here : > https://github.com/iains/gcc-darwin-arm64 > > but it is not yet ready for inclusion in GCC master, Hi Iain, Thanks for the reference. I'm trying to build from your master-wip-apple-si branch and it doesn't build too: The directory that should contain system headers does not exist: /usr/include make[3]: *** [stmp-fixinc] Error 1 rm gcov.pod fsf-funding.pod lto-dump.pod gpl.pod cpp.pod gfdl.pod gcc.pod gcov-dump.pod gcov-tool.pod make[2]: *** [all-stage1-gcc] Error 2 make[1]: *** [stage1-bubble] Error 2 make: *** [all] Error 2 Thanks, Roman