Changeset 991595cf for BOOK/temp-system/64
- Timestamp:
- Dec 13, 2015, 4:21:52 PM (9 years ago)
- Branches:
- sysvinit
- Children:
- fc86858d
- Parents:
- dbc5b02 (diff), c7477f8e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- BOOK/temp-system/64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/64/binutils.xml
rdbc5b02 r991595cf 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
rdbc5b02 r991595cf 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.