Changeset f6853e3 for BOOK/temp-system


Ignore:
Timestamp:
Nov 27, 2015, 10:35:35 AM (8 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
be23bc2
Parents:
9edc616
Message:

Update GCC 5.2.0 from GCC 4.8.0.

Location:
BOOK/temp-system
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/64/gcc.xml

    r9edc616 rf6853e3  
    7373<screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \
    7474    --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    75     --with-local-prefix=/tools --disable-multilib --disable-nls \
    76     --enable-languages=c,c++ --disable-libstdcxx-pch --with-system-zlib \
    77     --with-native-system-header-dir=/tools/include --disable-libssp \
    78     --enable-checking=release --enable-libstdcxx-time</userinput></screen>
     75    --with-local-prefix=/tools --disable-multilib \
     76    --enable-languages=c,c++ --with-system-zlib \
     77    --with-native-system-header-dir=/tools/include \
     78    --disable-libssp --enable-install-libiberty \
     79    --disable-bootstrap</userinput></screen>
    7980
    8081    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    106107    xpointer="xpointer(//*[@os='cp'])"/>
    107108
    108     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    109     href="../common/gcc.xml"
    110     xpointer="xpointer(//*[@os='u'])"/>
    111 
    112     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    113     href="../common/gcc.xml"
    114     xpointer="xpointer(//*[@os='cr'])"/>
    115 
    116109  </sect2>
    117110
  • BOOK/temp-system/common/gcc.xml

    r9edc616 rf6853e3  
    7171<screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \
    7272    --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    73     --with-local-prefix=/tools --disable-multilib --disable-nls \
    74     --enable-languages=c,c++ --disable-libstdcxx-pch \
    75     --with-system-zlib --with-native-system-header-dir=/tools/include \
    76     --disable-libssp --enable-checking=release --enable-libstdcxx-time</userinput></screen>
     73    --with-local-prefix=/tools --disable-multilib \
     74    --enable-languages=c,c++ --with-system-zlib \
     75    --with-native-system-header-dir=/tools/include \
     76    --disable-libssp --enable-install-libiberty \
     77    --disable-bootstrap</userinput></screen>
    7778
    7879    <variablelist os="cl">
     
    106107<screen os="cp"><userinput>make install</userinput></screen>
    107108
    108     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    109     href="../../final-system/common/gcc.xml"
    110     xpointer="xpointer(//*[@os='u'])"/>
    111 
    112 <screen os="cr"><userinput>cp -v ../gcc-&gcc-version;/include/libiberty.h /tools/include</userinput></screen>
    113 
    114109  </sect2>
    115110
  • BOOK/temp-system/mips64-64/gcc.xml

    r9edc616 rf6853e3  
    7373<screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools --disable-multilib \
    7474    --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    75     --with-local-prefix=/tools --disable-nls --enable-languages=c,c++ \
    76     --disable-libstdcxx-pch --with-system-zlib \
    77     --enable-checking=release --enable-libstdcxx-time \
    78     --with-native-system-header-dir=/tools/include</userinput></screen>
     75    --with-local-prefix=/tools --enable-languages=c,c++ --with-system-zlib \
     76    --with-native-system-header-dir=/tools/include \
     77    --enable-install-libiberty --disable-bootstrap</userinput></screen>
    7978
    8079    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    106105    xpointer="xpointer(//*[@os='cp'])"/>
    107106
    108     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    109     href="../common/gcc.xml"
    110     xpointer="xpointer(//*[@os='u'])"/>
    111 
    112     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    113     href="../common/gcc.xml"
    114     xpointer="xpointer(//*[@os='cr'])"/>
    115 
    116107  </sect2>
    117108
  • BOOK/temp-system/mips64/gcc.xml

    r9edc616 rf6853e3  
    7373<screen os="dc"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \
    7474    --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    75     --target=${CLFS_TARGET} --with-local-prefix=/tools --disable-nls \
    76     --enable-languages=c,c++ --disable-libstdcxx-pch --with-abi=64 \
    77     --with-system-zlib --enable-checking=release --enable-libstdcxx-time \
    78     --with-native-system-header-dir=/tools/include</userinput></screen>
     75    --target=${CLFS_TARGET} --with-local-prefix=/tools \
     76    --enable-languages=c,c++ --with-abi=64 --with-system-zlib \
     77    --with-native-system-header-dir=/tools/include \
     78    --enable-install-libiberty --disable-bootstrap</userinput></screen>
    7979
    8080    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    106106    xpointer="xpointer(//*[@os='cp'])"/>
    107107
    108     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    109     href="../common/gcc.xml"
    110     xpointer="xpointer(//*[@os='u'])"/>
    111 
    112     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    113     href="../common/gcc.xml"
    114     xpointer="xpointer(//*[@os='cr'])"/>
    115 
    116108  </sect2>
    117109
  • BOOK/temp-system/multilib/gcc.xml

    r9edc616 rf6853e3  
    7373<screen os="dc"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \
    7474    --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    75     --target=${CLFS_TARGET} --with-local-prefix=/tools --disable-nls \
    76     --enable-languages=c,c++ --disable-libstdcxx-pch \
    77     --with-system-zlib --with-native-system-header-dir=/tools/include \
    78     --disable-libssp --enable-libstdcxx-time --enable-checking=release</userinput></screen>
     75    --target=${CLFS_TARGET} --with-local-prefix=/tools \
     76    --enable-languages=c,c++ --with-system-zlib \
     77    --with-native-system-header-dir=/tools/include \
     78    --disable-libssp --enable-install-libiberty --disable-bootstrap</userinput></screen>
    7979
    8080    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    106106    xpointer="xpointer(//*[@os='cp'])"/>
    107107
    108     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    109     href="../common/gcc.xml"
    110     xpointer="xpointer(//*[@os='u'])"/>
    111 
    112     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    113     href="../common/gcc.xml"
    114     xpointer="xpointer(//*[@os='cr'])"/>
    115 
    116108  </sect2>
    117109
  • BOOK/temp-system/ppc/gcc.xml

    r9edc616 rf6853e3  
    103103    xpointer="xpointer(//*[@os='cp'])"/>
    104104
    105     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    106     href="../common/gcc.xml"
    107     xpointer="xpointer(//*[@os='u'])"/>
    108 
    109     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    110     href="../common/gcc.xml"
    111     xpointer="xpointer(//*[@os='cr'])"/>
    112 
    113105  </sect2>
    114106
  • BOOK/temp-system/ppc64-64/gcc.xml

    r9edc616 rf6853e3  
    7373<screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools --disable-multilib \
    7474    --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    75     --with-local-prefix=/tools --disable-nls --enable-languages=c,c++ \
    76     --disable-libstdcxx-pch --with-system-zlib \
    77     --with-native-system-header-dir=/tools/include --enable-checking=release \
    78     --enable-libstdcxx-time</userinput></screen>
     75    --with-local-prefix=/tools --enable-languages=c,c++ --with-system-zlib \
     76    --with-native-system-header-dir=/tools/include \
     77    --enable-install-libiberty --disable-bootstrap</userinput></screen>
    7978
    8079    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    106105    xpointer="xpointer(//*[@os='cp'])"/>
    107106
    108     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    109     href="../common/gcc.xml"
    110     xpointer="xpointer(//*[@os='u'])"/>
    111 
    112     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    113     href="../common/gcc.xml"
    114     xpointer="xpointer(//*[@os='cr'])"/>
    115 
    116107  </sect2>
    117108
  • BOOK/temp-system/ppc64/gcc.xml

    r9edc616 rf6853e3  
    103103    xpointer="xpointer(//*[@os='cp'])"/>
    104104
    105     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    106     href="../common/gcc.xml"
    107     xpointer="xpointer(//*[@os='u'])"/>
    108 
    109     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    110     href="../common/gcc.xml"
    111     xpointer="xpointer(//*[@os='cr'])"/>
    112 
    113105  </sect2>
    114106
Note: See TracChangeset for help on using the changeset viewer.