Changeset 7cd7f99 for BOOK/cross-tools/multilib
- Timestamp:
- Dec 13, 2015, 3:57:55 PM (9 years ago)
- Branches:
- master, systemd
- Children:
- c01bd946
- Parents:
- c636dee
- Location:
- BOOK/cross-tools/multilib
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/multilib/binutils.xml
rc636dee r7cd7f99 48 48 xpointer="xpointer(//*[@os='i'])"/> 49 49 50 <screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-dir;/configure \ 51 --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 52 --with-sysroot=${CLFS} --with-lib-path=/tools/lib:/tools/lib64 \ 53 --disable-nls --disable-static --enable-64-bit-bfd --enable-gold=yes \ 54 --enable-plugins --enable-threads --disable-werror</userinput></screen> 50 <screen os="bc"><userinput>AR=ar AS=as \ 51 ../binutils-&binutils-dir;/configure \ 52 --prefix=/cross-tools \ 53 --host=${CLFS_HOST} \ 54 --target=${CLFS_TARGET} \ 55 --with-sysroot=${CLFS} \ 56 --with-lib-path=/tools/lib:/tools/lib64 \ 57 --disable-nls \ 58 --disable-static \ 59 --enable-64-bit-bfd \ 60 --enable-gold=yes \ 61 --enable-plugins \ 62 --enable-threads \ 63 --disable-werror</userinput></screen> 55 64 56 65 <variablelist os="bd"> -
BOOK/cross-tools/multilib/gcc-final.xml
rc636dee r7cd7f99 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-static \ 66 --enable-languages=c,c++ --with-mpc=/cross-tools --with-mpfr=/cross-tools \ 67 --with-gmp=/cross-tools --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-static \ 72 --enable-languages=c,c++ \ 73 --with-mpc=/cross-tools \ 74 --with-mpfr=/cross-tools \ 75 --with-gmp=/cross-tools \ 76 --with-isl=/cross-tools \ 77 --with-system-zlib</userinput></screen> 68 78 69 79 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/multilib/gcc-static.xml
rc636dee r7cd7f99 72 72 xpointer="xpointer(//*[@os='h'])"/> 73 73 74 <screen os="al"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 75 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 76 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 77 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 78 --with-native-system-header-dir=/tools/include --disable-shared \ 79 --with-mpfr=/cross-tools --with-gmp=/cross-tools --with-mpc=/cross-tools \ 80 --without-headers --with-newlib --disable-decimal-float --disable-libgomp \ 81 --disable-libssp --disable-libatomic --disable-libitm \ 82 --disable-libsanitizer --disable-libquadmath --disable-libvtv \ 83 --disable-libcilkrts --disable-libstdc++-v3 --disable-threads \ 84 --with-system-zlib --with-isl=/cross-tools --enable-languages=c \ 74 <screen os="al"><userinput>AR=ar \ 75 LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 76 ../gcc-&gcc-version;/configure \ 77 --prefix=/cross-tools \ 78 --build=${CLFS_HOST} \ 79 --host=${CLFS_HOST} \ 80 --target=${CLFS_TARGET} \ 81 --with-sysroot=${CLFS} \ 82 --with-local-prefix=/tools \ 83 --with-native-system-header-dir=/tools/include \ 84 --disable-shared \ 85 --with-mpfr=/cross-tools \ 86 --with-gmp=/cross-tools \ 87 --with-mpc=/cross-tools \ 88 --without-headers \ 89 --with-newlib \ 90 --disable-decimal-float \ 91 --disable-libgomp \ 92 --disable-libssp \ 93 --disable-libatomic \ 94 --disable-libitm \ 95 --disable-libsanitizer \ 96 --disable-libquadmath \ 97 --disable-libvtv \ 98 --disable-libcilkrts \ 99 --disable-libstdc++-v3 \ 100 --disable-threads \ 101 --with-system-zlib \ 102 --with-isl=/cross-tools \ 103 --enable-languages=c \ 85 104 --with-glibc-version=&glibc-version;</userinput></screen> 86 105 -
BOOK/cross-tools/multilib/glibc-64bit.xml
rc636dee r7cd7f99 45 45 46 46 <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD64}" \ 47 AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \ 48 ../glibc-&glibc-version;/configure --prefix=/tools \ 49 --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib64 \ 50 --disable-profile --enable-kernel=&glibc-kernel-version; \ 51 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 52 --enable-obsolete-rpc --cache-file=config.cache</userinput></screen> 47 AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \ 48 ../glibc-&glibc-version;/configure \ 49 --prefix=/tools \ 50 --host=${CLFS_TARGET} \ 51 --build=${CLFS_HOST} \ 52 --libdir=/tools/lib64 \ 53 --disable-profile \ 54 --enable-kernel=&glibc-kernel-version; \ 55 --with-binutils=/cross-tools/bin \ 56 --with-headers=/tools/include \ 57 --enable-obsolete-rpc \ 58 --cache-file=config.cache</userinput></screen> 53 59 54 60 <variablelist os="dg"> -
BOOK/cross-tools/multilib/glibc.xml
rc636dee r7cd7f99 40 40 41 41 <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD32}" \ 42 AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \ 43 ../glibc-&glibc-version;/configure --prefix=/tools \ 44 --host=${CLFS_TARGET32} --build=${CLFS_HOST} \ 45 --disable-profile --enable-kernel=&glibc-kernel-version; \ 46 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 42 AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \ 43 ../glibc-&glibc-version;/configure \ 44 --prefix=/tools \ 45 --host=${CLFS_TARGET32} \ 46 --build=${CLFS_HOST} \ 47 --disable-profile \ 48 --enable-kernel=&glibc-kernel-version; \ 49 --with-binutils=/cross-tools/bin \ 50 --with-headers=/tools/include \ 47 51 --enable-obsolete-rpc</userinput></screen> 48 52 -
BOOK/cross-tools/multilib/pkg-config-lite.xml
rc636dee r7cd7f99 31 31 xpointer="xpointer(//*[@os='b'])"/> 32 32 33 <screen os="c"><userinput>./configure --prefix=/cross-tools --host=${CLFS_TARGET} \ 33 <screen os="c"><userinput>./configure \ 34 --prefix=/cross-tools \ 35 --host=${CLFS_TARGET} \ 34 36 --with-pc-path=/tools/lib64/pkgconfig:/tools/share/pkgconfig</userinput></screen> 35 37
Note:
See TracChangeset
for help on using the changeset viewer.