Changeset 7cd7f99 for BOOK/temp-system/64
- Timestamp:
- Dec 13, 2015, 3:57:55 PM (9 years ago)
- Branches:
- master, systemd
- Children:
- c01bd946
- Parents:
- c636dee
- Location:
- BOOK/temp-system/64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/64/binutils.xml
rc636dee r7cd7f99 45 45 46 46 <screen os="j"><userinput>../binutils-&binutils-dir;/configure \ 47 --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 48 --target=${CLFS_TARGET} --with-lib-path=/tools/lib --disable-nls \ 49 --enable-shared --enable-64-bit-bfd --disable-multilib \ 50 --enable-gold=yes --enable-plugins --enable-threads</userinput></screen> 47 --prefix=/tools \ 48 --build=${CLFS_HOST} \ 49 --host=${CLFS_TARGET} \ 50 --target=${CLFS_TARGET} \ 51 --with-lib-path=/tools/lib \ 52 --disable-nls \ 53 --enable-shared \ 54 --enable-64-bit-bfd \ 55 --disable-multilib \ 56 --enable-gold=yes \ 57 --enable-plugins \ 58 --enable-threads</userinput></screen> 51 59 52 60 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/64/gcc.xml
rc636dee r7cd7f99 71 71 xpointer="xpointer(//*[@os='h'])"/> 72 72 73 <screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \ 74 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 75 --with-local-prefix=/tools --disable-multilib \ 76 --enable-languages=c,c++ --with-system-zlib \ 73 <screen os="ck"><userinput>../gcc-&gcc-version;/configure \ 74 --prefix=/tools \ 75 --build=${CLFS_HOST} \ 76 --host=${CLFS_TARGET} \ 77 --target=${CLFS_TARGET} \ 78 --with-local-prefix=/tools \ 79 --disable-multilib \ 80 --enable-languages=c,c++ \ 81 --with-system-zlib \ 77 82 --with-native-system-header-dir=/tools/include \ 78 --disable-libssp --enable-install-libiberty</userinput></screen> 83 --disable-libssp \ 84 --enable-install-libiberty</userinput></screen> 79 85 80 86 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.