X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=gcc%2Fdoc%2Fconfigterms.texi;h=d244169928d48524946c61ad6c2467f7b05efa0c;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=39b3152d5286bc9482282d38d530b3a362f265e1;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/doc/configterms.texi b/gcc/doc/configterms.texi index 39b3152d..d2441699 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, 2008 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. @@ -34,12 +34,12 @@ 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 -are different, you must have already build and installed a cross +are different, you must have already built and installed a cross compiler that will be used to build the target libraries (if you configured with @option{--target=foo-bar}, this compiler will be called @command{foo-bar-gcc}).