Changeset d38764e in clfs-embedded for BOOK/cross-tools/common/gcc-final.xml


Ignore:
Timestamp:
Mar 7, 2011, 4:26:36 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
537fc5a
Parents:
bcfbe5b
git-author:
Andrew Bradford <bradfa@…> (02/26/11 13:10:52)
git-committer:
Andrew Bradford <bradfa@…> (03/07/11 04:26:36)
Message:

Added note for building C++ compiler

It would be nice to have a C++ compiler in addition to the C compiler.
Although nothing in embedded requires a C++ compiler, other programs
that people want to compile may. Added a note saying how to enable
the GCC-Final configure script to build g++.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/gcc-final.xml

    rbcfbe5b rd38764e  
    3636    href="gcc-static.xml"
    3737    xpointer="xpointer(//*[@os='e'])"/>
     38
     39    <note os="f"><para>If you would like to build a C++ compiler in addition
     40    to the C compiler, change the following --enable-languages=c option to be
     41    --enable-languages=c,c++ instead.  A C++ compiler is not required in for
     42    any of the software included in this book.</para></note>
    3843
    3944<!-- This is the common configure line for GCC-Final -->
Note: See TracChangeset for help on using the changeset viewer.