Changeset cc49a21 for BOOK/temp-system/mips64
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.