config.guess.1 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.8.
  2. .TH CONFIG.GUESS "1" "April 2012" "GNU Autoconf 2.68b.24-84e2" "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. This script will guess the type of the `build' machine.
  15. .PP
  16. Output the configuration name of the system `config.guess' is run on.
  17. .SS "Operation modes:"
  18. .TP
  19. \fB\-h\fR, \fB\-\-help\fR
  20. print this help, then exit
  21. .TP
  22. \fB\-t\fR, \fB\-\-time\-stamp\fR
  23. print date of last modification, then exit
  24. .TP
  25. \fB\-v\fR, \fB\-\-version\fR
  26. print version number, then exit
  27. .SH "ENVIRONMENT VARIABLES"
  28. config.guess might need to compile and run C code, hence it needs a
  29. compiler for the `build' machine: use the environment variable
  30. `CC_FOR_BUILD' to specify the compiler for the build machine. If
  31. `CC_FOR_BUILD' is not specified, `CC' will be used. Be sure to
  32. specify `CC_FOR_BUILD' is `CC' is a cross-compiler to the `host'
  33. machine.
  34. CC_FOR_BUILD a native C compiler, defaults to `cc'
  35. CC a native C compiler, the previous variable is preferred
  36. .SH "REPORTING BUGS"
  37. Report bugs and patches to <config\-patches@gnu.org>.
  38. .PP
  39. .br
  40. Originally written by Per Bothner.
  41. .br
  42. Copyright \(co 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
  43. 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
  44. .br
  45. Free Software Foundation, Inc.
  46. .PP
  47. .br
  48. This is free software; see the source for copying conditions. There is NO
  49. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  50. .SH "SEE ALSO"
  51. .BR autoconf (1),
  52. .BR automake (1),
  53. .BR autoreconf (1),
  54. .BR autoupdate (1),
  55. .BR autoheader (1),
  56. .BR autoscan (1),
  57. .BR config.guess (1),
  58. .BR config.sub (1),
  59. .BR ifnames (1),
  60. .BR libtool (1).