> > crosscompilation unlike the /proc/cpuinfo thing and doesn't rely on > > properly installed libraries and headers might possibly of interest for > > building standalone software. > Hmm, I don't think config.guess is ever used for cross-compilation as > the script's purpose is to guess the host and you need to specify one > explicitly for a cross-compilation to happen. Anyway it's saner not > to use build system properties to guess host system ones. You're close, but not quite correct. In a cross-compilation environment, the job of config.guess is to determine the type of the build system, which may be different to the host and will certainly be different to the target. Ben