Changeset d018b81 for BOOK/temp-system
- Timestamp:
- Jul 28, 2007, 7:43:26 AM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 5ec7618f
- Parents:
- c304f4c
- Location:
- BOOK/temp-system
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/introduction.xml
rc304f4c rd018b81 37 37 messages like the one below. It is safe to ignore these messages.</para> 38 38 39 < blockquote><screen><computeroutput>configure: WARNING: If you wanted to set the --build type, don't use --host.40 If a cross compiler is detected then cross compile mode will be used.</computeroutput></screen> </blockquote>39 <screen><computeroutput>configure: WARNING: If you wanted to set the --build type, don't use --host. 40 If a cross compiler is detected then cross compile mode will be used.</computeroutput></screen> 41 41 42 42 -
BOOK/temp-system/mips64-64/gcc.xml
rc304f4c rd018b81 91 91 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 92 92 --with-local-prefix=/tools --enable-long-long --with-abi=64 \ 93 --enable-c99 --enable-shared --enable-threads=posix -- enable-__cxa_atexit\94 -- disable-nls--enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen>93 --enable-c99 --enable-shared --enable-threads=posix --disable-nls \ 94 --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen> 95 95 96 96 <variablelist> -
BOOK/temp-system/mips64/gcc.xml
rc304f4c rd018b81 89 89 <screen os="ck"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 90 90 ../gcc-&gcc-version;/configure --prefix=/tools --libdir=/tools/lib64 \ 91 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} --with-abi=64\92 --with- local-prefix=/tools --enable-long-long --enable-c99\93 --enable- shared --enable-threads=posix --enable-__cxa_atexit\94 -- disable-nls--enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen>91 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 92 --with-abi=64 --with-local-prefix=/tools --enable-long-long \ 93 --enable-c99 --enable-shared --enable-threads=posix --disable-nls \ 94 --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen> 95 95 96 96 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/ppc64/choose.xml
rc304f4c rd018b81 31 31 64-bit Linux 2.6 kernel (with a 64-bit personality):</para> 32 32 33 <screen><userinput>uname -a | grep '^Linux.*2\.6\..*ppc64' && echo "ok to chroot" || echo "you must boot"</userinput></screen> 33 <screen><userinput>uname -a | grep '^Linux.*2\.6\..*ppc64' && \ 34 echo "ok to chroot" || echo "you must boot"</userinput></screen> 34 35 35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/x86_64-64/gcc.xml
rc304f4c rd018b81 91 91 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 92 92 --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \ 93 --enable-c99 --enable-shared --enable-threads=posix -- enable-__cxa_atexit\94 -- disable-nls--enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen>93 --enable-c99 --enable-shared --enable-threads=posix --disable-nls \ 94 --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen> 95 95 96 96 <variablelist>
Note:
See TracChangeset
for help on using the changeset viewer.