Changeset f6853e3 for BOOK/temp-system/common
- Timestamp:
- Nov 27, 2015, 10:35:35 AM (9 years ago)
- Branches:
- master, systemd
- Children:
- be23bc2
- Parents:
- 9edc616
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/gcc.xml
r9edc616 rf6853e3 71 71 <screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \ 72 72 --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> 77 78 78 79 <variablelist os="cl"> … … 106 107 <screen os="cp"><userinput>make install</userinput></screen> 107 108 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 114 109 </sect2> 115 110
Note:
See TracChangeset
for help on using the changeset viewer.