- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/multilib/gcc-static.xml
rcc858ed r9e0069f 23 23 <title>Installation of Cross GCC Compiler with Static libgcc 24 24 and no Threads</title> 25 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 href="../common/gcc-static.xml" 28 xpointer="xpointer(//*[@os='e'])"/> 25 29 26 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 69 73 70 74 <screen os="al"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 71 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 72 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 73 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 74 --with-native-system-header-dir=/tools/include --disable-nls \ 75 --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 76 --with-cloog=/cross-tools --with-mpc=/cross-tools --without-headers \ 77 --with-newlib --disable-decimal-float --disable-libgomp --disable-libmudflap \ 78 --disable-libssp --disable-threads --disable-libatomic --disable-libitm \ 79 --disable-libsanitizer --disable-libquadmath --disable-target-libiberty \ 80 --disable-target-zlib --with-system-zlib --enable-cloog-backend=isl \ 81 --with-isl=/cross-tools --disable-isl-version-check --enable-languages=c \ 82 --enable-checking=release</userinput></screen> 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-nls \ 79 --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 80 --with-cloog=/cross-tools --with-mpc=/cross-tools --without-headers \ 81 --with-newlib --disable-decimal-float --disable-libgomp --disable-libmudflap \ 82 --disable-libssp --disable-libatomic --disable-libitm \ 83 --disable-libsanitizer --disable-libquadmath --disable-threads \ 84 --disable-target-zlib --with-system-zlib --with-isl=/cross-tools \ 85 --enable-languages=c --enable-checking=release</userinput></screen> 83 86 84 87 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 106 109 xpointer="xpointer(//*[@os='ar'])"/> 107 110 111 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 112 href="../common/gcc-static.xml" 113 xpointer="xpointer(//*[@os='as'])"/> 114 115 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 116 href="../common/gcc-static.xml" 117 xpointer="xpointer(//*[@os='at'])"/> 118 108 119 </sect2> 109 120
Note:
See TracChangeset
for help on using the changeset viewer.