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