Changeset cc49a21 for BOOK/temp-system/multilib
- Timestamp:
- Nov 27, 2015, 10:35:47 AM (9 years ago)
- Branches:
- sysvinit
- Children:
- 715d370d
- Parents:
- 3995a05
- git-author:
- William Harrington <kb0iic@…> (11/27/15 10:35:35)
- git-committer:
- William Harrington <kb0iic@…> (11/27/15 10:35:47)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.