Changeset d38764e in clfs-embedded for BOOK/cross-tools/mips/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/mips/gcc-final.xml

    rbcfbe5b rd38764e  
    3737    xpointer="xpointer(//*[@os='e'])"/>
    3838
     39    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     40    href="../common/gcc-final.xml"
     41    xpointer="xpointer(//*[@os='f'])"/>
     42
    3943<screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \
    4044  ../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \
Note: See TracChangeset for help on using the changeset viewer.