Bruno Haible <[EMAIL PROTECTED]> writes: > On a bi-arch system (i.e. a system that can execute 32-bit mode binaries and > 64-bit mode binaries), what is the expected behaviour of config.guess? > Should it return different triplets for CC="gcc -m32" and CC="gcc -m64", > or the same?
My assumption all along has been that it should return different triplets. It now strikes me, though: what about "fat binaries" and Mac OS X, where the same program is compiled for multiple architectures all at one go? Should these get a special triplet, as compared to thin binaries?