Changeset 04c3a53 for BOOK/temp-system
- Timestamp:
- May 6, 2014, 11:34:45 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 0131d1b
- Parents:
- df0177b
- Location:
- BOOK/temp-system
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/gcc.xml
rdf0177b r04c3a53 71 71 72 72 <screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \ 73 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \74 --with-local-prefix=/tools --enable-long-long --enable-c99 --enable-shared \75 --enable-threads=posix --disable-multilib --disable-nls \76 --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \77 --with-system-zlib --with-native-system-header-dir=/tools/include \78 --disable-libssp --enable-checking=release --enable-libstdcxx-time</userinput></screen>73 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 74 --with-local-prefix=/tools --enable-long-long --enable-c99 --enable-shared \ 75 --enable-threads=posix --disable-multilib --disable-nls \ 76 --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \ 77 --with-system-zlib --with-native-system-header-dir=/tools/include \ 78 --disable-libssp --enable-checking=release --enable-libstdcxx-time</userinput></screen> 79 79 80 80 <variablelist os="cl"> -
BOOK/temp-system/mips64/gcc.xml
rdf0177b r04c3a53 72 72 73 73 <screen os="dc"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 74 ../gcc-&gcc-version;/configure --prefix=/tools \75 --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \76 --target=${CLFS_TARGET} --with-local-prefix=/tools --enable-long-long \77 --enable-c99 --enable-shared --enable-threads=posix \78 --enable-__cxa_atexit --disable-nls --enable-languages=c,c++ \79 --disable-libstdcxx-pch --with-abi=64 --with-system-zlib \80 --enable-checking=release --enable-libstdcxx-time \81 --with-native-system-header-dir=/tools/include</userinput></screen>74 ../gcc-&gcc-version;/configure --prefix=/tools \ 75 --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 76 --target=${CLFS_TARGET} --with-local-prefix=/tools --enable-long-long \ 77 --enable-c99 --enable-shared --enable-threads=posix \ 78 --enable-__cxa_atexit --disable-nls --enable-languages=c,c++ \ 79 --disable-libstdcxx-pch --with-abi=64 --with-system-zlib \ 80 --enable-checking=release --enable-libstdcxx-time \ 81 --with-native-system-header-dir=/tools/include</userinput></screen> 82 82 83 83 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/diffutils.xml
rdf0177b r04c3a53 28 28 29 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/gcc.xml
rdf0177b r04c3a53 72 72 73 73 <screen os="dc"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 74 ../gcc-&gcc-version;/configure --prefix=/tools \75 --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \76 --target=${CLFS_TARGET} --with-local-prefix=/tools --enable-long-long \77 --enable-c99 --enable-shared --enable-threads=posix --disable-nls \78 --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \79 --with-system-zlib --with-native-system-header-dir=/tools/include \80 --disable-libssp --enable-libstdcxx-time --enable-checking=release</userinput></screen>74 ../gcc-&gcc-version;/configure --prefix=/tools \ 75 --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 76 --target=${CLFS_TARGET} --with-local-prefix=/tools --enable-long-long \ 77 --enable-c99 --enable-shared --enable-threads=posix --disable-nls \ 78 --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \ 79 --with-system-zlib --with-native-system-header-dir=/tools/include \ 80 --disable-libssp --enable-libstdcxx-time --enable-checking=release</userinput></screen> 81 81 82 82 <variablelist os="dd"> -
BOOK/temp-system/multilib/gzip.xml
rdf0177b r04c3a53 28 28 29 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/vim.xml
rdf0177b r04c3a53 52 52 53 53 <screen os="e"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 54 ./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \55 --prefix=/tools --enable-multibyte --enable-gui=no \56 --disable-gtktest --disable-xim --with-features=normal \57 --disable-gpm --without-x --disable-netbeans \58 --with-tlib=ncurses</userinput></screen>54 ./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 55 --prefix=/tools --enable-multibyte --enable-gui=no \ 56 --disable-gtktest --disable-xim --with-features=normal \ 57 --disable-gpm --without-x --disable-netbeans \ 58 --with-tlib=ncurses</userinput></screen> 59 59 60 60 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.