https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114985
--- Comment #33 from Segher Boessenkool <segher at gcc dot gnu.org> --- (In reply to Aldy Hernandez from comment #29) > A minor rant, but why can't all this be set up automatically in the compile > farm machines? We have everything installed with the default for whatever distor (or similar for non-Linux) is used. There are newer tools etc. in /opt/cfarm/ sometimes. On https://gcc.gnu.org/install/ there are installation instructions, for configuring and buiding GCC, generic as well as per-configuration stuff. There is nothing specific about the cfarm here. There is some info about Solaris, in the GCC documentation. > Keeping track of minor nuances of each architecture is > distracting. They should all be set up, whether by setting default paths in > /etc/profile or whatever, or by having the relevant patches in GCC's source > base, such that they work with src/configure && make. A lovely utopian worldview, if you subscribe to the "everything should always be the same" worldview, anyway.