Changeset cc49a21 for BOOK/cross-tools/common
- Timestamp:
- Nov 27, 2015, 6:35:47 PM (9 years ago)
- Branches:
- sysvinit
- Children:
- 715d370d
- Parents:
- 3995a05
- git-author:
- William Harrington <kb0iic@…> (11/27/15 18:35:35)
- git-committer:
- William Harrington <kb0iic@…> (11/27/15 18:35:47)
- Location:
- BOOK/cross-tools/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-final.xml
r3995a05 rcc49a21 64 64 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 65 65 --with-native-system-header-dir=/tools/include --disable-nls \ 66 --disable-static --enable-languages=c,c++ --enable-__cxa_atexit \ 67 --enable-threads=posix --disable-multilib \ 66 --disable-static --enable-languages=c,c++ --disable-multilib \ 68 67 --with-mpc=/cross-tools --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 69 --with-cloog=/cross-tools --with-isl=/cross-tools --with-system-zlib \ 70 --enable-checking=release --enable-libstdcxx-time</userinput></screen> 68 --with-isl=/cross-tools --with-system-zlib --disable-bootstrap</userinput></screen> 71 69 72 70 <variablelist os="bg"> -
BOOK/cross-tools/common/gcc-static.xml
r3995a05 rcc49a21 74 74 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 75 75 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 76 --with-native-system-header-dir=/tools/include --disable-nls\76 --with-native-system-header-dir=/tools/include \ 77 77 --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 78 --with-isl=/cross-tools --with-cloog=/cross-tools --with-mpc=/cross-tools \ 79 --without-headers --with-newlib --disable-decimal-float --disable-libgomp \ 80 --disable-libmudflap --disable-libssp --disable-libatomic --disable-libitm \ 81 --disable-libsanitizer --disable-libquadmath --disable-threads \ 82 --disable-multilib --disable-target-zlib --with-system-zlib \ 83 --enable-languages=c --enable-checking=release</userinput></screen> 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 --disable-boostrap \ 84 --with-glibc-version=&glibc-version;</userinput></screen> 84 85 85 86 <variablelist os="am"> … … 163 164 164 165 <varlistentry> 165 <term><parameter>--disable-target-zlib</parameter></term>166 <listitem>167 <para>This tells GCC not to build the copy of Zlib in its168 source tree.</para>169 </listitem>170 </varlistentry>171 172 <varlistentry>173 166 <term><parameter>--with-system-zlib</parameter></term> 174 167 <listitem> … … 186 179 187 180 <varlistentry> 188 <term><parameter>--enable-checking=release</parameter></term> 189 <listitem> 190 <para>This option selects the complexity of the internal consistency checks and adds error checking within the compiler.</para> 181 <term><parameter>--with-glibc-version=&glibc-version;</parameter></term> 182 <listitem> 183 <para>Needed when bootstrapping a cross toolchain without the header 184 files avilable for building the initial bootstrap compiler.</para> 191 185 </listitem> 192 186 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.