Ignore:
Timestamp:
Aug 27, 2008, 4:51:20 AM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
ddbac3c
Parents:
5df4d80
Message:

Upgrade to GCC 4.3.1.

File:
1 edited

Legend:

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

    r5df4d80 r6a043e2  
    2323    <title>Installation of GCC Cross Compiler</title>
    2424
    25 <!--
    26     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    27     href="gcc-static.xml"
    28     xpointer="xpointer(//*[@os='p1'])"/>
    29 
    30     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    31     href="gcc-static.xml"
    32     xpointer="xpointer(//*[@os='p2'])"/>
    33 -->
    34 
    35     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    36     href="../../final-system/common/gcc.xml"
    37     xpointer="xpointer(//*[@os='p3'])"/>
    38 
    39     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    40     href="../../final-system/common/gcc.xml"
    41     xpointer="xpointer(//*[@os='p4'])"/>
    42 
    4325    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    4426    href="gcc-static.xml"
     
    5638    href="gcc-static.xml"
    5739    xpointer="xpointer(//*[@os='ad'])"/>
    58 
    59     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    60     href="gcc-static.xml"
    61     xpointer="xpointer(//*[@os='ae'])"/>
    62 
    63     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    64     href="gcc-static.xml"
    65     xpointer="xpointer(//*[@os='af'])"/>
    6640
    6741    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    10074    xpointer="xpointer(//*[@os='h'])"/>
    10175
    102 <screen os="bf"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
    103     --target=${CLFS_TARGET} --host=${CLFS_HOST} --disable-multilib \
    104     --with-local-prefix=/tools --disable-nls --enable-shared \
    105     --enable-languages=c,c++ --enable-__cxa_atexit \
     76<screen os="bf"><userinput>AR=ar ../gcc-&gcc-version;/configure --prefix=/cross-tools \
     77    --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \
     78    --disable-multilib --with-local-prefix=/tools --disable-nls \
     79    --enable-shared --enable-languages=c,c++ --enable-__cxa_atexit \
    10680    --enable-c99 --enable-long-long --enable-threads=posix</userinput></screen>
    10781
Note: See TracChangeset for help on using the changeset viewer.