Changeset 8e23f7c in clfs-sysroot


Ignore:
Timestamp:
May 26, 2006, 4:56:33 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
1f0a9c9
Parents:
4b6ae47
Message:

r3661@server (orig r1663): jciccone | 2006-05-26 13:36:55 -0700
Added file to cross-tools and fixed the xml for gcc.

Location:
BOOK
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/Makefile

    r4b6ae47 r8e23f7c  
    122122        @echo
    123123        @echo "Dump-Commands Targets"
    124         @echo -e "  \e[0;32mtdump-commands \e[0;34m$(ARCHS_DUMP)\e[0;0m"
     124        @echo -e "  \e[0;32mdump-commands \e[0;34m$(ARCHS_DUMP)\e[0;0m"
    125125        @echo
    126126        @echo "Download-List Targets"
  • BOOK/cross-tools/arm-chapter.xml

    r4b6ae47 r8e23f7c  
    2121  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/glibc.xml"/>
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc-final.xml"/>
     23  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/file.xml"/>
    2324
    2425</chapter>
  • BOOK/cross-tools/common/gcc-final.xml

    r4b6ae47 r8e23f7c  
    4949    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    5050    href="gcc-static.xml"
    51     xpointer="xpointer(//*[@os='f'])"/>
     51    xpointer="xpointer(//*[@os='c'])"/>
    5252
    5353    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    5454    href="gcc-static.xml"
    55     xpointer="xpointer(//*[@os='g'])"/>
     55    xpointer="xpointer(//*[@os='d'])"/>
    5656
    5757    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    5858    href="gcc-static.xml"
    59     xpointer="xpointer(//*[@os='h'])"/>
     59    xpointer="xpointer(//*[@os='e'])"/>
    6060
    6161<screen os="ae"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
  • BOOK/cross-tools/common/gcc-static.xml

    r4b6ae47 r8e23f7c  
    3838    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3939    href="../../final-system/common/gcc.xml"
    40     xpointer="xpointer(//*[@os='f'])"/>
     40    xpointer="xpointer(//*[@os='c'])"/>
    4141
    4242    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    4343    href="../../final-system/common/gcc.xml"
    44     xpointer="xpointer(//*[@os='g'])"/>
     44    xpointer="xpointer(//*[@os='d'])"/>
    4545
    4646    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    4747    href="../../final-system/common/gcc.xml"
    48     xpointer="xpointer(//*[@os='h'])"/>
     48    xpointer="xpointer(//*[@os='e'])"/>
    4949
    5050<screen os="ae"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
Note: See TracChangeset for help on using the changeset viewer.