1CONFIG.GUESS(1) User Commands CONFIG.GUESS(1)
2
3
4
6 config.guess - guess the build system triplet
7
9 config.guess [OPTION]
10
12 The GNU build system distinguishes three types of machines, the `build'
13 machine on which the compilers are run, the `host' machine on which the
14 package being built will run, and, exclusively when you build a com‐
15 piler, assembler etc., the `target' machine, for which the compiler
16 being built will produce code.
17
18 This script will guess the type of the `build' machine.
19
20 Output the configuration name of the system `config.guess' is run on.
21
22 Operation modes:
23 -h, --help
24 print this help, then exit
25
26 -t, --time-stamp
27 print date of last modification, then exit
28
29 -v, --version
30 print version number, then exit
31
33 config.guess might need to compile and run C code, hence it needs a
34 compiler for the `build' machine: use the environment variable
35 `CC_FOR_BUILD' to specify the compiler for the build machine. If
36 `CC_FOR_BUILD' is not specified, `CC' will be used. Be sure to specify
37 `CC_FOR_BUILD' is `CC' is a cross-compiler to the `host' machine.
38
39 CC_FOR_BUILD a native C compiler, defaults to `cc'
40 CC a native C compiler, the previous variable is pre‐
41 ferred
42
44 Report bugs and patches to <config-patches@gnu.org>.
45
46 Originally written by Per Bothner. Copyright (C) 1992, 1993, 1994,
47 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free
48 Software Foundation, Inc.
49
50 This is free software; see the source for copying conditions. There is
51 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
52 PURPOSE.
53
55 autoconf(1), automake(1), autoreconf(1), autoupdate(1), autoheader(1),
56 autoscan(1), config.guess(1), config.sub(1), ifnames(1), libtool(1).
57
58
59
60config.guess (2006-11-15) November 2006 CONFIG.GUESS(1)