Blame man/config.guess.1

Packit Service 9646c7
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.8.
Packit Service 9646c7
.TH CONFIG.GUESS "1" "April 2012" "GNU Autoconf 2.68b.24-84e2" "User Commands"
Packit Service 9646c7
.SH NAME
Packit Service 9646c7
config.guess \- guess the build system triplet
Packit Service 9646c7
.SH SYNOPSIS
Packit Service 9646c7
.B config.guess
Packit Service 9646c7
[\fIOPTION\fR]
Packit Service 9646c7
.SH 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.
Packit Service 9646c7
.PP
Packit Service 9646c7
Output the configuration name of the system `config.guess' is run on.
Packit Service 9646c7
.SS "Operation modes:"
Packit Service 9646c7
.TP
Packit Service 9646c7
\fB\-h\fR, \fB\-\-help\fR
Packit Service 9646c7
print this help, then exit
Packit Service 9646c7
.TP
Packit Service 9646c7
\fB\-t\fR, \fB\-\-time\-stamp\fR
Packit Service 9646c7
print date of last modification, then exit
Packit Service 9646c7
.TP
Packit Service 9646c7
\fB\-v\fR, \fB\-\-version\fR
Packit Service 9646c7
print version number, then exit
Packit Service 9646c7
.SH "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
.SH "REPORTING BUGS"
Packit Service 9646c7
Report bugs and patches to <config\-patches@gnu.org>.
Packit Service 9646c7
.PP
Packit Service 9646c7
.br
Packit Service 9646c7
Originally written by Per Bothner.
Packit Service 9646c7
.br
Packit Service 9646c7
Copyright \(co 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
Packit Service 9646c7
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
Packit Service 9646c7
.br
Packit Service 9646c7
Free Software Foundation, Inc.
Packit Service 9646c7
.PP
Packit Service 9646c7
.br
Packit Service 9646c7
This is free software; see the source for copying conditions.  There is NO
Packit Service 9646c7
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Packit Service 9646c7
.SH "SEE ALSO"
Packit Service 9646c7
.BR autoconf (1),
Packit Service 9646c7
.BR automake (1),
Packit Service 9646c7
.BR autoreconf (1),
Packit Service 9646c7
.BR autoupdate (1),
Packit Service 9646c7
.BR autoheader (1),
Packit Service 9646c7
.BR autoscan (1),
Packit Service 9646c7
.BR config.guess (1),
Packit Service 9646c7
.BR config.sub (1),
Packit Service 9646c7
.BR ifnames (1),
Packit Service 9646c7
.BR libtool (1).