Blame man/config.guess.x

Packit 47b4ca
--no-info
Packit 47b4ca
Packit 47b4ca
[name]
Packit 47b4ca
config.guess \- guess the build system triplet
Packit 47b4ca
Packit 47b4ca
[Environment variables]
Packit 47b4ca
config.guess might need to compile and run C code, hence it needs a
Packit 47b4ca
compiler for the `build' machine: use the environment variable
Packit 47b4ca
`CC_FOR_BUILD' to specify the compiler for the build machine.  If
Packit 47b4ca
`CC_FOR_BUILD' is not specified, `CC' will be used.  Be sure to
Packit 47b4ca
specify `CC_FOR_BUILD' is `CC' is a cross-compiler to the `host'
Packit 47b4ca
machine.
Packit 47b4ca
Packit 47b4ca
  CC_FOR_BUILD    a native C compiler, defaults to `cc'
Packit 47b4ca
  CC              a native C compiler, the previous variable is preferred
Packit 47b4ca
Packit 47b4ca
[description]
Packit 47b4ca
The GNU build system distinguishes three types of machines, the
Packit 47b4ca
`build' machine on which the compilers are run, the `host' machine
Packit 47b4ca
on which the package being built will run, and, exclusively when you
Packit 47b4ca
build a compiler, assembler etc., the `target' machine, for which the
Packit 47b4ca
compiler being built will produce code.
Packit 47b4ca
Packit 47b4ca
This script will guess the type of the `build' machine.