https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120509
Greg Chandler <chandleg at wizardsworks dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |RESOLVED Resolution|--- |INVALID --- Comment #7 from Greg Chandler <chandleg at wizardsworks dot org> --- (6 full attempts later..) You're probably right about the leftofvers, and a make distclean did not do the job. I have a set of 6 patches I have to apply for configure scripts and headers which don't work right for the alpha, and somehow in the cleanup I nuked those, and had to rewrite them, so this took a little bit. I did rm -R everything and do a clean build, and found out to my surprise that plugins aren't supported on alpha anymore, so I also needed a --disable-plugins But ..... The last run did compile properly after all that mess. I've blown it all away and am running the full build one more time to make sure I didn't miss anything. Then comes the test on the target, and eventually a 14 hour compile to test a full native build... Thank you for leaving this open for the added help, I really appreciate it!!!! (2nd full build finished just now too)