Changeset cc49a21 for BOOK/temp-system
- Timestamp:
- Nov 27, 2015, 6:35:47 PM (9 years ago)
- Branches:
- sysvinit
- Children:
- 715d370d
- Parents:
- 3995a05
- git-author:
- William Harrington <kb0iic@…> (11/27/15 18:35:35)
- git-committer:
- William Harrington <kb0iic@…> (11/27/15 18:35:47)
- Location:
- BOOK/temp-system
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/64/gcc.xml
r3995a05 rcc49a21 73 73 <screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \ 74 74 --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> 79 80 80 81 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 106 107 xpointer="xpointer(//*[@os='cp'])"/> 107 108 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 116 109 </sect2> 117 110 -
BOOK/temp-system/common/gcc.xml
r3995a05 rcc49a21 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 -
BOOK/temp-system/mips64-64/gcc.xml
r3995a05 rcc49a21 73 73 <screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools --disable-multilib \ 74 74 --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> 79 78 80 79 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 106 105 xpointer="xpointer(//*[@os='cp'])"/> 107 106 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 116 107 </sect2> 117 108 -
BOOK/temp-system/mips64/gcc.xml
r3995a05 rcc49a21 73 73 <screen os="dc"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \ 74 74 --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> 79 79 80 80 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 106 106 xpointer="xpointer(//*[@os='cp'])"/> 107 107 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 116 108 </sect2> 117 109 -
BOOK/temp-system/multilib/gcc.xml
r3995a05 rcc49a21 73 73 <screen os="dc"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \ 74 74 --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> 79 79 80 80 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 106 106 xpointer="xpointer(//*[@os='cp'])"/> 107 107 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 116 108 </sect2> 117 109 -
BOOK/temp-system/ppc/gcc.xml
r3995a05 rcc49a21 103 103 xpointer="xpointer(//*[@os='cp'])"/> 104 104 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 113 105 </sect2> 114 106 -
BOOK/temp-system/ppc64-64/gcc.xml
r3995a05 rcc49a21 73 73 <screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools --disable-multilib \ 74 74 --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> 79 78 80 79 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 106 105 xpointer="xpointer(//*[@os='cp'])"/> 107 106 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 116 107 </sect2> 117 108 -
BOOK/temp-system/ppc64/gcc.xml
r3995a05 rcc49a21 103 103 xpointer="xpointer(//*[@os='cp'])"/> 104 104 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 113 105 </sect2> 114 106
Note:
See TracChangeset
for help on using the changeset viewer.