Mark H Weaver <m...@netris.org> skribis: > It turns out that on ARM systems, the result of 'config.guess' depends > on the result of 'uname -m'. In other words, details of the kernel (and > perhaps processor?) on the build machine will determine the triplet of > our builds, which in turn may affect what set of instructions is used.
Do you know how the ‘uname -m’ output is used in config.guess? What does it return on ARM? Often (always?) config.guess runs the compiler, and I think that’s the most important source of information that it uses. Thanks, Ludo’.