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


Ignore:
Timestamp:
Feb 12, 2011, 1:41:33 PM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
b128a0e
Parents:
1fd00ea
Message:

Created MIPS and ARM GCC-Static files & cleanup

x86 no longer is common with MIPS and ARM for GCC-Static, so it has
its own GCC-Static file. In the previous implementation, there
was a lot of duplication between the common and x86 GCC-Static files.
This removes the duplication by better referencing the common file
and also creates MIPS and ARM specific GCC-Static files.

In this way, everything that is common to all architectures goes into
the common file and each architecture's GCC-Static file is specific
to the architecture.

* PLEASE NOTE *: As of this commit, GCC-Final is BROKEN for x86!
It will be fixed shortly.
DO NOT MERGE THIS UNTIL GCC-FINAL IS FIXED FOR x86!

File:
1 edited

Legend:

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

    r1fd00ea rae51e2a  
    7171    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    7272    href="gcc-static.xml"
    73     xpointer="xpointer(//*[@os='ag'])"/>
     73    xpointer="xpointer(//*[@os='ah'])"/>
    7474
    7575<screen os="ah"><userinput>make</userinput></screen>
     
    7777    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    7878    href="gcc-static.xml"
    79     xpointer="xpointer(//*[@os='ai'])"/>
     79    xpointer="xpointer(//*[@os='aj'])"/>
    8080
    8181<screen os="aj"><userinput>make install</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.