sys-devel/binutils-apple-8.2.1-r101 fails to build from bootstrap-prefix.sh. System: Macbook Air 2020 (M1) OS: Mac OS 11.4 Big Sur There are a number of errors present, and they don't all appear related: - ARM64 isn't a defined architecture in one of the cpp files, but probably should be. - There are a number of type errors that appear to be related to the inclusion of an i386 header file from the OSX SDK. - The variable fRegisters is undeclared in *many* places - perhaps this is an arch-dependent declaration that is missing? This failure occurs during stage 3 bootstrap, and is the final remaining package that bootstrap-prefix is trying to merge.
Created attachment 712161 [details] Build environment
Created attachment 712164 [details] Build log
Created attachment 712167 [details] Stage3 log