https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123976
--- Comment #102 from Iain Sandoe <iains at gcc dot gnu.org> --- (In reply to Peter Dyballa from comment #101) > The build build the docs with makeinfo 4.8 and failed in libgcc due to > missing symlink "md-unwind-def.h". OK - so here's a bootstrap-lean on i686-darwin9 ... gcc-16.1-darwin + makeinfo patch. $ find . -name unwind-dw2_s.o ./prev-i686-apple-darwin9/libgcc/unwind-dw2_s.o ./prev-i686-apple-darwin9/x86_64/libgcc/unwind-dw2_s.o $ find . -name md-\* ./prev-i686-apple-darwin9/libgcc/md-unwind-def.h ./prev-i686-apple-darwin9/libgcc/md-unwind-support.h ./prev-i686-apple-darwin9/x86_64/libgcc/md-unwind-def.h ./prev-i686-apple-darwin9/x86_64/libgcc/md-unwind-support.h it seems to be fine - I cannot do a rosetta version right now, testsuite is running on another build.
