Blame man/config.guess.x

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