summaryrefslogtreecommitdiff
path: root/gcc/doc/configterms.texi
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-02 23:57:12 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-02 23:57:12 +0000
commit153e79bc70f4750380851847e107ccff1f763fbe (patch)
tree958b578b1dceccdb7246fb9f76df3bb9c636e4e2 /gcc/doc/configterms.texi
parentf10ff0e0180ce8d4b427df5dbe7e21cd8dbfc6db (diff)
downloadgcc-153e79bc70f4750380851847e107ccff1f763fbe.tar.gz
* doc/bugreport.texi, doc/configterms.texi, doc/contrib.texi,
doc/contribute.texi, doc/cpp.texi, doc/cppinternals.texi, doc/extend.texi, doc/install.texi, doc/invoke.texi, doc/md.texi, doc/portability.texi, doc/tree-ssa.texi, doc/trouble.texi: Avoid some first-person references and patronizing comments. Based on printed manual. * doc/invoke.texi: Don't reference fortran@gnu.org. * doc/trouble.texi (Warning when a non-void function value is ignored): Rewrite. From Russ Allbery and Chris Devers. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84034 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/configterms.texi')
-rw-r--r--gcc/doc/configterms.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/configterms.texi b/gcc/doc/configterms.texi
index 39b3152d528..f97de5bd096 100644
--- a/gcc/doc/configterms.texi
+++ b/gcc/doc/configterms.texi
@@ -1,4 +1,4 @@
-@c Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+@c Copyright (C) 2001, 2002, 2004 Free Software Foundation, Inc.
@c This is part of the GCC manual.
@c For copying conditions, see the file gcc.texi.
@@ -34,8 +34,8 @@ different system. Some people call this a @dfn{host-x-host},
@dfn{crossed native}, or @dfn{cross-built native}. If build and target
are the same, but host is different, you are using a cross compiler to
build a cross compiler that produces code for the machine you're
-building on. This is rare, so there is no common way of describing it
-(although I propose calling it a @dfn{crossback}).
+building on. This is rare, so there is no common way of describing it.
+There is a proposal to call this a @dfn{crossback}.
If build and host are the same, the GCC you are building will also be
used to build the target libraries (like @code{libstdc++}). If build and host