]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
install.texi (Specific#x-x-cygwin): Document minimum required binutils version...
authorDave Korn <dave.korn.cygwin@gmail.com>
Mon, 11 Jan 2010 23:43:21 +0000 (23:43 +0000)
committerDave Korn <davek@gcc.gnu.org>
Mon, 11 Jan 2010 23:43:21 +0000 (23:43 +0000)
* doc/install.texi (Specific#x-x-cygwin): Document minimum required
binutils version, and reword target configuration description.

From-SVN: r155821

gcc/ChangeLog
gcc/doc/install.texi

index cba70de47d8e50fb11758e979e1238ffba6263ce..b233eb61e05b130c639096ebaf7aa0d58c833415 100644 (file)
@@ -1,3 +1,8 @@
+2010-01-11  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * doc/install.texi (Specific#x-x-cygwin): Document minimum required
+       binutils version, and reword target configuration description.
+
 2010-01-11  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
 
        * config/avr/avr.h (LINKER_NAME): Remove. 
index b5bf1fd1af459f967aabb861ccfd4ce28d6bdd50..18b29a5056857a41911dd0174eb02c5fa06a2117 100644 (file)
@@ -45,7 +45,8 @@
 @end ifset
 
 @c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-@c 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+@c 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 
+@c 2010 Free Software Foundation, Inc.
 @c *** Converted to texinfo by Dean Wakerley, dean@wakerley.com
 
 @c IMPORTANT: whenever you modify this file, run `install.texi2html' to
@@ -4447,7 +4448,11 @@ Ports of GCC are included with the
 GCC will build under Cygwin without modification; it does not build
 with Microsoft's C++ compiler and there are no plans to make it do so.
 
-Cygwin can be compiled with i?86-pc-cygwin.
+The Cygwin native compiler can be configured to target any 32-bit x86
+cpu architecture desired; the default is i686-pc-cygwin.  It should be
+used with as up-to-date a version of binutils as possible; use either
+the latest official GNU binutils release in the Cygwin distribution,
+or version 2.20 or above if building your own.
 
 @html
 <hr />