- Timestamp:
- Jan 19, 2009, 12:45:25 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 0ce8bf5
- Parents:
- 7352c10
- Location:
- BOOK/temp-system
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/64/binutils.xml
r7352c10 r384af06 52 52 53 53 <screen os="j"><userinput>CC="${CC} ${BUILD64}" ../binutils-&binutils-version;/configure \ 54 --prefix=/tools --with-sysroot=${CLFS} --build=${CLFS_HOST} \ 55 --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 56 --disable-nls --enable-shared --enable-64-bit-bfd \ 57 --disable-multilib</userinput></screen> 54 --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 55 --target=${CLFS_TARGET} --disable-nls --enable-shared \ 56 --enable-64-bit-bfd --disable-multilib</userinput></screen> 58 57 59 58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/64/gcc.xml
r7352c10 r384af06 46 46 href="../../cross-tools/64/gcc-static.xml" 47 47 xpointer="xpointer(//*[@os='ad'])"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 50 href="../../cross-tools/64/gcc-static.xml" 51 xpointer="xpointer(//*[@os='ag'])"/> 52 53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 54 href="../../cross-tools/64/gcc-static.xml" 55 xpointer="xpointer(//*[@os='ah'])"/> 48 56 49 57 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/common/binutils.xml
r7352c10 r384af06 53 53 <screen os="j"><userinput>../binutils-&binutils-version;/configure --prefix=/tools \ 54 54 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 55 --with-sysroot=${CLFS} --disable-nls --enable-shared \ 56 --disable-multilib</userinput></screen> 55 --disable-nls --enable-shared --disable-multilib</userinput></screen> 57 56 58 57 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/common/gcc.xml
r7352c10 r384af06 47 47 xpointer="xpointer(//*[@os='ad'])"/> 48 48 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 50 href="../../cross-tools/common/gcc-static.xml" 51 xpointer="xpointer(//*[@os='ag'])"/> 52 53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 54 href="../../cross-tools/common/gcc-static.xml" 55 xpointer="xpointer(//*[@os='ah'])"/> 56 49 57 <para os="cf">Also, we need to set the directory searched by the fixincludes 50 58 process for system headers, so it won't look at the host's headers:</para> … … 71 79 <screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \ 72 80 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 73 --with- sysroot=${CLFS} --with-local-prefix=/tools --enable-long-long\74 --enable- c99 --enable-shared --enable-threads=posix --enable-__cxa_atexit \81 --with-local-prefix=/tools --enable-long-long --enable-c99 \ 82 --enable-shared --enable-threads=posix --enable-__cxa_atexit \ 75 83 --disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch \ 76 84 --disable-multilib</userinput></screen> -
BOOK/temp-system/mips64/gcc.xml
r7352c10 r384af06 48 48 49 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 50 href="../../cross-tools/multilib/gcc-static.xml" 51 xpointer="xpointer(//*[@os='ag'])"/> 52 53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 54 href="../../cross-tools/multilib/gcc-static.xml" 55 xpointer="xpointer(//*[@os='ah'])"/> 56 57 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 50 58 href="../common/gcc.xml" 51 59 xpointer="xpointer(//*[@os='cf'])"/> … … 74 82 ../gcc-&gcc-version;/configure --prefix=/tools \ 75 83 --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 76 --target=${CLFS_TARGET} --with- sysroot=${CLFS} --with-local-prefix=/tools\77 --enable- long-long --enable-c99 --enable-shared --enable-threads=posix \84 --target=${CLFS_TARGET} --with-local-prefix=/tools --enable-long-long \ 85 --enable-c99 --enable-shared --enable-threads=posix \ 78 86 --enable-__cxa_atexit --disable-nls --enable-languages=c,c++ \ 79 87 --disable-libstdcxx-pch --with-abi=64</userinput></screen> -
BOOK/temp-system/multilib/binutils.xml
r7352c10 r384af06 61 61 <screen os="j"><userinput>CC="${CC} ${BUILD64}" ../binutils-&binutils-version;/configure \ 62 62 --prefix=/tools --libdir=/tools/lib64 --with-lib-path=/tools/lib \ 63 -- with-sysroot=${CLFS} --build=${CLFS_HOST} --host=${CLFS_TARGET} \64 -- target=${CLFS_TARGET} --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen>63 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 64 --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen> 65 65 66 66 <variablelist os="ea"> -
BOOK/temp-system/multilib/gcc.xml
r7352c10 r384af06 48 48 49 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 50 href="../../cross-tools/multilib/gcc-static.xml" 51 xpointer="xpointer(//*[@os='ag'])"/> 52 53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 54 href="../../cross-tools/multilib/gcc-static.xml" 55 xpointer="xpointer(//*[@os='ah'])"/> 56 57 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 50 58 href="../common/gcc.xml" 51 59 xpointer="xpointer(//*[@os='cf'])"/> … … 74 82 ../gcc-&gcc-version;/configure --prefix=/tools \ 75 83 --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 76 --target=${CLFS_TARGET} --with- sysroot=${CLFS} --with-local-prefix=/tools\77 --enable- long-long --enable-c99 --enable-shared --enable-threads=posix \84 --target=${CLFS_TARGET} --with-local-prefix=/tools --enable-long-long \ 85 --enable-c99 --enable-shared --enable-threads=posix \ 78 86 --enable-__cxa_atexit --disable-nls --enable-languages=c,c++ \ 79 87 --disable-libstdcxx-pch</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.