Changeset b27081c4 for BOOK/cross-tools/common
- Timestamp:
- Dec 14, 2015, 12:19:04 AM (9 years ago)
- Branches:
- sysvinit
- Children:
- c7477f8e
- Parents:
- 00cf9ca
- git-author:
- Chris Staub <chris@…> (12/13/15 23:57:55)
- git-committer:
- Chris Staub <chris@…> (12/14/15 00:19:04)
- Location:
- BOOK/cross-tools/common
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/binutils.xml
r00cf9ca rb27081c4 49 49 xpointer="xpointer(//*[@os='i'])"/> 50 50 51 <screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-dir;/configure \ 52 --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 53 --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \ 54 --disable-static --disable-multilib --enable-gold=yes --enable-plugins \ 55 --enable-threads --disable-werror</userinput></screen> 51 <screen os="bc"><userinput>AR=ar AS=as \ 52 ../binutils-&binutils-dir;/configure \ 53 --prefix=/cross-tools \ 54 --host=${CLFS_HOST} \ 55 --target=${CLFS_TARGET} \ 56 --with-sysroot=${CLFS} \ 57 --with-lib-path=/tools/lib \ 58 --disable-nls \ 59 --disable-static \ 60 --disable-multilib \ 61 --enable-gold=yes \ 62 --enable-plugins \ 63 --enable-threads \ 64 --disable-werror</userinput></screen> 56 65 57 66 <variablelist os="bd"> -
BOOK/cross-tools/common/file.xml
r00cf9ca rb27081c4 36 36 <para>Prepare File for compilation:</para> 37 37 38 <screen><userinput>./configure --prefix=/cross-tools</userinput></screen> 38 <screen><userinput>./configure \ 39 --prefix=/cross-tools</userinput></screen> 39 40 40 41 <variablelist> -
BOOK/cross-tools/common/gcc-final.xml
r00cf9ca rb27081c4 59 59 xpointer="xpointer(//*[@os='h'])"/> 60 60 61 <screen os="bf"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 62 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 63 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \ 64 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 65 --with-native-system-header-dir=/tools/include --disable-nls \ 66 --disable-static --enable-languages=c,c++ --disable-multilib \ 67 --with-mpc=/cross-tools --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 68 --with-isl=/cross-tools --with-system-zlib</userinput></screen> 61 <screen os="bf"><userinput>AR=ar \ 62 LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 63 ../gcc-&gcc-version;/configure \ 64 --prefix=/cross-tools \ 65 --build=${CLFS_HOST} \ 66 --target=${CLFS_TARGET} \ 67 --host=${CLFS_HOST} \ 68 --with-sysroot=${CLFS} \ 69 --with-local-prefix=/tools \ 70 --with-native-system-header-dir=/tools/include \ 71 --disable-nls \ 72 --disable-static \ 73 --enable-languages=c,c++ \ 74 --disable-multilib \ 75 --with-mpc=/cross-tools \ 76 --with-mpfr=/cross-tools \ 77 --with-gmp=/cross-tools \ 78 --with-isl=/cross-tools \ 79 --with-system-zlib</userinput></screen> 69 80 70 81 <variablelist os="bg"> -
BOOK/cross-tools/common/gcc-static.xml
r00cf9ca rb27081c4 70 70 xpointer="xpointer(//*[@os='h'])"/> 71 71 72 <screen os="al"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 73 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 74 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 75 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 72 <screen os="al"><userinput>AR=ar \ 73 LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 74 ../gcc-&gcc-version;/configure \ 75 --prefix=/cross-tools \ 76 --build=${CLFS_HOST} \ 77 --host=${CLFS_HOST} \ 78 --target=${CLFS_TARGET} \ 79 --with-sysroot=${CLFS} \ 80 --with-local-prefix=/tools \ 76 81 --with-native-system-header-dir=/tools/include \ 77 --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 78 --with-isl=/cross-tools --with-mpc=/cross-tools --without-headers \ 79 --with-newlib --disable-decimal-float --disable-libgomp --disable-libssp \ 80 --disable-libatomic --disable-libitm --disable-libsanitizer \ 81 --disable-libquadmath --disable-libvtv --disable-libcilkrts \ 82 --disable-libstdc++-v3 --disable-threads --disable-multilib \ 83 --with-system-zlib --enable-languages=c \ 82 --disable-shared \ 83 --with-mpfr=/cross-tools \ 84 --with-gmp=/cross-tools \ 85 --with-isl=/cross-tools \ 86 --with-mpc=/cross-tools \ 87 --without-headers \ 88 --with-newlib \ 89 --disable-decimal-float \ 90 --disable-libgomp \ 91 --disable-libssp \ 92 --disable-libatomic \ 93 --disable-libitm \ 94 --disable-libsanitizer \ 95 --disable-libquadmath \ 96 --disable-libvtv \ 97 --disable-libcilkrts \ 98 --disable-libstdc++-v3 \ 99 --disable-threads \ 100 --disable-multilib \ 101 --with-system-zlib \ 102 --enable-languages=c \ 84 103 --with-glibc-version=&glibc-version;</userinput></screen> 85 104 -
BOOK/cross-tools/common/glibc.xml
r00cf9ca rb27081c4 39 39 xpointer="xpointer(//*[@os='g'])"/> 40 40 41 <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc" \ 42 AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \ 43 ../glibc-&glibc-version;/configure --prefix=/tools \ 44 --host=${CLFS_TARGET} --build=${CLFS_HOST} \ 45 --disable-profile --enable-kernel=&glibc-kernel-version; \ 46 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 41 <screen os="df"><userinput>BUILD_CC="gcc" \ 42 CC="${CLFS_TARGET}-gcc" \ 43 AR="${CLFS_TARGET}-ar" \ 44 RANLIB="${CLFS_TARGET}-ranlib" \ 45 ../glibc-&glibc-version;/configure \ 46 --prefix=/tools \ 47 --host=${CLFS_TARGET} \ 48 --build=${CLFS_HOST} \ 49 --disable-profile \ 50 --enable-kernel=&glibc-kernel-version; \ 51 --with-binutils=/cross-tools/bin \ 52 --with-headers=/tools/include \ 47 53 --enable-obsolete-rpc</userinput></screen> 48 54 -
BOOK/cross-tools/common/gmp.xml
r00cf9ca rb27081c4 39 39 <para os="a">Prepare GMP for compilation:</para> 40 40 41 <screen os="b"><userinput>./configure --prefix=/cross-tools --enable-cxx \ 41 <screen os="b"><userinput>./configure \ 42 --prefix=/cross-tools \ 43 --enable-cxx \ 42 44 --disable-static</userinput></screen> 43 45 -
BOOK/cross-tools/common/isl.xml
r00cf9ca rb27081c4 30 30 31 31 <screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 32 ./configure --prefix=/cross-tools --disable-static \ 32 ./configure \ 33 --prefix=/cross-tools \ 34 --disable-static \ 33 35 --with-gmp-prefix=/cross-tools</userinput></screen> 34 36 -
BOOK/cross-tools/common/m4.xml
r00cf9ca rb27081c4 31 31 <para os="a">Prepare M4 for compilation:</para> 32 32 33 <screen os="b"><userinput>./configure --prefix=/cross-tools</userinput></screen> 33 <screen os="b"><userinput>./configure \ 34 --prefix=/cross-tools</userinput></screen> 34 35 35 36 <para os="c">Compile the package:</para> -
BOOK/cross-tools/common/mpc.xml
r00cf9ca rb27081c4 26 26 27 27 <screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 28 ./configure --prefix=/cross-tools --disable-static \ 29 --with-gmp=/cross-tools --with-mpfr=/cross-tools</userinput></screen> 28 ./configure \ 29 --prefix=/cross-tools \ 30 --disable-static \ 31 --with-gmp=/cross-tools \ 32 --with-mpfr=/cross-tools</userinput></screen> 30 33 31 34 <para os="c">Compile the package:</para> -
BOOK/cross-tools/common/mpfr.xml
r00cf9ca rb27081c4 34 34 35 35 <screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 36 ./configure --prefix=/cross-tools \ 37 --disable-static --with-gmp=/cross-tools</userinput></screen> 36 ./configure \ 37 --prefix=/cross-tools \ 38 --disable-static \ 39 --with-gmp=/cross-tools</userinput></screen> 38 40 39 41 <variablelist os="b1"> -
BOOK/cross-tools/common/ncurses.xml
r00cf9ca rb27081c4 43 43 <para os="a">Prepare Ncurses for compilation:</para> 44 44 45 <screen os="b"><userinput>AWK=gawk ./configure --prefix=/cross-tools \ 45 <screen os="b"><userinput>AWK=gawk ./configure \ 46 --prefix=/cross-tools \ 46 47 --without-debug</userinput></screen> 47 48 -
BOOK/cross-tools/common/pkg-config-lite.xml
r00cf9ca rb27081c4 35 35 <para os="b">Prepare Pkg-config-lite for compilation:</para> 36 36 37 <screen os="c"><userinput>./configure --prefix=/cross-tools --host=${CLFS_TARGET}\ 37 <screen os="c"><userinput>./configure \ 38 --prefix=/cross-tools \ 39 --host=${CLFS_TARGET} \ 38 40 --with-pc-path=/tools/lib/pkgconfig:/tools/share/pkgconfig</userinput></screen> 39 41
Note:
See TracChangeset
for help on using the changeset viewer.