Changeset 8452ed7 for BOOK/temp-system


Ignore:
Timestamp:
Nov 27, 2015, 11:24:12 AM (8 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
5bf1b587
Parents:
3b9221c
Message:

Remove disable-bootsrap as that is default when cross-compiling.

Location:
BOOK/temp-system
Files:
6 edited

Legend:

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

    r3b9221c r8452ed7  
    7676    --enable-languages=c,c++ --with-system-zlib \
    7777    --with-native-system-header-dir=/tools/include \
    78     --disable-libssp --enable-install-libiberty \
    79     --disable-bootstrap</userinput></screen>
     78    --disable-libssp --enable-install-libiberty</userinput></screen>
    8079
    8180    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/common/gcc.xml

    r3b9221c r8452ed7  
    7474    --enable-languages=c,c++ --with-system-zlib \
    7575    --with-native-system-header-dir=/tools/include \
    76     --disable-libssp --enable-install-libiberty \
    77     --disable-bootstrap</userinput></screen>
     76    --disable-libssp --enable-install-libiberty</userinput></screen>
    7877
    7978    <variablelist os="cl">
  • BOOK/temp-system/mips64-64/gcc.xml

    r3b9221c r8452ed7  
    7575    --with-local-prefix=/tools --enable-languages=c,c++ --with-system-zlib \
    7676    --with-native-system-header-dir=/tools/include \
    77     --enable-install-libiberty --disable-bootstrap</userinput></screen>
     77    --enable-install-libiberty</userinput></screen>
    7878
    7979    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/mips64/gcc.xml

    r3b9221c r8452ed7  
    7676    --enable-languages=c,c++ --with-abi=64 --with-system-zlib \
    7777    --with-native-system-header-dir=/tools/include \
    78     --enable-install-libiberty --disable-bootstrap</userinput></screen>
     78    --enable-install-libiberty</userinput></screen>
    7979
    8080    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/multilib/gcc.xml

    r3b9221c r8452ed7  
    7676    --enable-languages=c,c++ --with-system-zlib \
    7777    --with-native-system-header-dir=/tools/include \
    78     --disable-libssp --enable-install-libiberty --disable-bootstrap</userinput></screen>
     78    --disable-libssp --enable-install-libiberty</userinput></screen>
    7979
    8080    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/ppc64-64/gcc.xml

    r3b9221c r8452ed7  
    7575    --with-local-prefix=/tools --enable-languages=c,c++ --with-system-zlib \
    7676    --with-native-system-header-dir=/tools/include \
    77     --enable-install-libiberty --disable-bootstrap</userinput></screen>
     77    --enable-install-libiberty</userinput></screen>
    7878
    7979    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.