config.guess.x 938 B

123456789101112131415161718192021222324
  1. --no-info
  2. [name]
  3. config.guess \- guess the build system triplet
  4. [Environment variables]
  5. config.guess might need to compile and run C code, hence it needs a
  6. compiler for the `build' machine: use the environment variable
  7. `CC_FOR_BUILD' to specify the compiler for the build machine. If
  8. `CC_FOR_BUILD' is not specified, `CC' will be used. Be sure to
  9. specify `CC_FOR_BUILD' is `CC' is a cross-compiler to the `host'
  10. machine.
  11. CC_FOR_BUILD a native C compiler, defaults to `cc'
  12. CC a native C compiler, the previous variable is preferred
  13. [description]
  14. The GNU build system distinguishes three types of machines, the
  15. `build' machine on which the compilers are run, the `host' machine
  16. on which the package being built will run, and, exclusively when you
  17. build a compiler, assembler etc., the `target' machine, for which the
  18. compiler being built will produce code.
  19. This script will guess the type of the `build' machine.