Changeset d08e660
- Timestamp:
- Sep 7, 2012, 1:33:33 PM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- fe61c5a
- Parents:
- cf7616f
- Location:
- BOOK
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/binutils-32.xml
rcf7616f rd08e660 51 51 --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 52 52 --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls --enable-shared \ 53 --disable- multilib</userinput></screen>53 --disable-static --disable-multilib</userinput></screen> 54 54 55 55 <variablelist os="bd"> -
BOOK/cross-tools/common/binutils.xml
rcf7616f rd08e660 51 51 --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 52 52 --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls --enable-shared \ 53 -- enable-64-bit-bfd --disable-multilib</userinput></screen>53 --disable-static --enable-64-bit-bfd --disable-multilib</userinput></screen> 54 54 55 55 <variablelist os="bd"> -
BOOK/cross-tools/common/cloog.xml
rcf7616f rd08e660 34 34 35 35 <screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 36 ./configure --prefix=/cross-tools --enable-shared \36 ./configure --prefix=/cross-tools --enable-shared --disable-static \ 37 37 --with-gmp-prefix=/cross-tools</userinput></screen> 38 38 -
BOOK/cross-tools/common/file.xml
rcf7616f rd08e660 25 25 <para>Prepare File for compilation:</para> 26 26 27 <screen><userinput>./configure --prefix=/cross-tools </userinput></screen>27 <screen><userinput>./configure --prefix=/cross-tools --disable-static</userinput></screen> 28 28 29 29 <para>Compile the package:</para> -
BOOK/cross-tools/common/gcc-final.xml
rcf7616f rd08e660 71 71 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \ 72 72 --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \ 73 --enable-shared --enable-languages=c,c++ --enable-__cxa_atexit \ 74 --with-mpfr=/cross-tools --with-gmp=/cross-tools --enable-c99 \ 75 --with-ppl=/cross-tools --with-cloog=/cross-tools --enable-cloog-backend=isl \ 76 --enable-long-long --enable-threads=posix --disable-multilib</userinput></screen> 73 --enable-shared --disable-static --enable-languages=c,c++ \ 74 --enable-__cxa_atexit --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 75 --enable-c99 --with-ppl=/cross-tools --with-cloog=/cross-tools \ 76 --enable-cloog-backend=isl --enable-long-long --enable-threads=posix \ 77 --disable-multilib</userinput></screen> 77 78 78 79 <variablelist os="bg"> -
BOOK/cross-tools/common/gcc-static.xml
rcf7616f rd08e660 70 70 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 71 71 --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \ 72 --disable-shared -- with-mpfr=/cross-tools --with-gmp=/cross-tools \73 --with- ppl=/cross-tools --with-cloog=/cross-tools \72 --disable-shared --disable-static --with-mpfr=/cross-tools \ 73 --with-gmp=/cross-tools --with-ppl=/cross-tools --with-cloog=/cross-tools \ 74 74 --without-headers --with-newlib --disable-decimal-float \ 75 75 --disable-libgomp --disable-libmudflap --disable-libssp \ -
BOOK/cross-tools/common/gmp.xml
rcf7616f rd08e660 36 36 37 37 <screen os="b"><userinput>CPPFLAGS=-fexceptions ./configure \ 38 --prefix=/cross-tools --enable-cxx </userinput></screen>38 --prefix=/cross-tools --enable-cxx --disable-static</userinput></screen> 39 39 40 40 <para os="c">Compile the package:</para> -
BOOK/cross-tools/common/mpc.xml
rcf7616f rd08e660 26 26 27 27 <screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 28 ./configure --prefix=/cross-tools \ 29 --with-gmp=/cross-tools \ 30 --with-mpfr=/cross-tools</userinput></screen> 28 ./configure --prefix=/cross-tools --disable-static \ 29 --with-gmp=/cross-tools --with-mpfr=/cross-tools</userinput></screen> 31 30 32 31 <para os="c">Compile the package:</para> -
BOOK/cross-tools/common/mpfr.xml
rcf7616f rd08e660 27 27 <screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 28 28 ./configure --prefix=/cross-tools \ 29 --enable-shared -- with-gmp=/cross-tools</userinput></screen>29 --enable-shared --disable-static --with-gmp=/cross-tools</userinput></screen> 30 30 31 31 <para os="c">Compile the package:</para> -
BOOK/cross-tools/common/ppl.xml
rcf7616f rd08e660 27 27 <screen os="b"><userinput>CPPFLAGS="-I/cross-tools/include" \ 28 28 LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 29 ./configure --prefix=/cross-tools --enable-shared \29 ./configure --prefix=/cross-tools --enable-shared --disable-static \ 30 30 --enable-interfaces="c,cxx" --disable-optimization \ 31 31 --with-gmp=/cross-tools</userinput></screen> -
BOOK/cross-tools/mips64-64/gcc-final.xml
rcf7616f rd08e660 79 79 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \ 80 80 --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \ 81 --enable-shared -- enable-languages=c,c++ --enable-__cxa_atexit\82 -- with-mpfr=/cross-tools --with-gmp=/cross-tools --enable-c99\83 -- with-ppl=/cross-tools --with-cloog=/cross-tools \81 --enable-shared --disable-static --enable-languages=c,c++ \ 82 --enable-__cxa_atexit --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 83 --enable-c99 --with-ppl=/cross-tools --with-cloog=/cross-tools \ 84 84 --enable-long-long --enable-threads=posix --with-abi=64\ 85 85 --disable-multilib --enable-cloog-backend=isl</userinput></screen> -
BOOK/cross-tools/mips64-64/gcc-static.xml
rcf7616f rd08e660 88 88 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 89 89 --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \ 90 --disable-shared -- with-mpfr=/cross-tools --with-gmp=/cross-tools \91 --with- ppl=/cross-tools --with-cloog=/cross-tools \90 --disable-shared --disable-static --with-mpfr=/cross-tools \ 91 --with-gmp=/cross-tools --with-ppl=/cross-tools --with-cloog=/cross-tools \ 92 92 --without-headers --with-newlib --disable-decimal-float \ 93 93 --disable-libgomp --disable-libmudflap --disable-libssp \ -
BOOK/cross-tools/multilib/binutils.xml
rcf7616f rd08e660 50 50 --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 51 51 --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls --enable-shared \ 52 -- enable-64-bit-bfd</userinput></screen>52 --disable-static --enable-64-bit-bfd</userinput></screen> 53 53 54 54 <variablelist os="bd"> -
BOOK/cross-tools/multilib/gcc-final.xml
rcf7616f rd08e660 71 71 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \ 72 72 --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \ 73 --enable-shared -- enable-languages=c,c++ --enable-__cxa_atexit\74 -- with-mpfr=/cross-tools --with-gmp=/cross-tools --enable-c99\75 -- with-ppl=/cross-tools --with-cloog=/cross-tools \73 --enable-shared --disable-static --enable-languages=c,c++ \ 74 --enable-__cxa_atexit --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 75 --enable-c99 --with-ppl=/cross-tools --with-cloog=/cross-tools \ 76 76 --enable-long-long --enable-threads=posix --enable-cloog-backend=isl</userinput></screen> 77 77 -
BOOK/cross-tools/multilib/gcc-static.xml
rcf7616f rd08e660 80 80 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 81 81 --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \ 82 --disable-shared -- with-mpfr=/cross-tools --with-gmp=/cross-tools \83 --with- ppl=/cross-tools --with-cloog=/cross-tools \82 --disable-shared --disable-static --with-mpfr=/cross-tools \ 83 --with-gmp=/cross-tools --with-ppl=/cross-tools --with-cloog=/cross-tools \ 84 84 --without-headers --with-newlib --disable-decimal-float \ 85 85 --disable-libgomp --disable-libmudflap --disable-libssp \ -
BOOK/introduction/common/changelog.xml
rcf7616f rd08e660 42 42 <para>[William Harrington] - Remove --with-rootlibdir from kmod configure in Ch 7.</para> 43 43 </listitem> 44 <listitem> 45 <para>[William Harrington] - Disable the build of static libraries when appropriate during cross-tools phase.</para> 46 </listitem> 44 47 </itemizedlist> 45 48 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.