Changeset d103311 for BOOK/temp-system/64
- Timestamp:
- May 26, 2014, 3:08:52 AM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- 7874109
- Parents:
- 48dab198
- Location:
- BOOK/temp-system/64
- Files:
-
- 1 added
- 12 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/64/binutils.xml
r48dab198 rd103311 44 44 xpointer="xpointer(//*[@os='i'])"/> 45 45 46 <screen os="j"><userinput> CC="${CC} ${BUILD64}"../binutils-&binutils-dir;/configure \46 <screen os="j"><userinput>../binutils-&binutils-dir;/configure \ 47 47 --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 48 48 --target=${CLFS_TARGET} --with-lib-path=/tools/lib --disable-nls \ -
BOOK/temp-system/64/gcc.xml
r48dab198 rd103311 71 71 xpointer="xpointer(//*[@os='h'])"/> 72 72 73 <screen os="ck"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 74 ../gcc-&gcc-version;/configure --prefix=/tools --disable-multilib \ 73 <screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \ 75 74 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 76 75 --with-local-prefix=/tools --enable-long-long --enable-c99 --enable-shared \ 77 --enable-threads=posix --disable- nls --enable-__cxa_atexit\78 --enable- languages=c,c++ --disable-libstdcxx-pch --with-system-zlib\79 --with- native-system-header-dir=/tools/include --enable-checking=release \80 -- enable-libstdcxx-time</userinput></screen>76 --enable-threads=posix --disable-multilib --disable-nls \ 77 --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \ 78 --with-system-zlib --with-native-system-header-dir=/tools/include \ 79 --disable-libssp --enable-checking=release --enable-libstdcxx-time</userinput></screen> 81 80 82 81 <variablelist> 83 82 <title>The meaning of the new configure options:</title> 84 85 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"86 href="../multilib/gcc.xml"87 xpointer="xpointer(//*[@os='dd1'])"/>88 83 89 84 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.