|
@@ -119,29 +119,29 @@ cd ../gcc-build</userinput></screen>
|
|
|
|
|
|
<para>Prepare GCC for compilation:</para>
|
|
|
|
|
|
-<screen><userinput remap="configure">../gcc-&gcc-version;/configure \
|
|
|
- --target=$LFS_TGT \
|
|
|
- --prefix=/tools \
|
|
|
- --with-glibc-version=2.11 \
|
|
|
- --with-sysroot=$LFS \
|
|
|
- --with-newlib \
|
|
|
- --without-headers \
|
|
|
- --with-local-prefix=/tools \
|
|
|
- --with-native-system-header-dir=/tools/include \
|
|
|
- --disable-nls \
|
|
|
- --disable-shared \
|
|
|
- --disable-multilib \
|
|
|
- --disable-decimal-float \
|
|
|
- --disable-threads \
|
|
|
- --disable-libatomic \
|
|
|
- --disable-libgomp \
|
|
|
- --disable-libitm \
|
|
|
- --disable-libquadmath \
|
|
|
- --disable-libsanitizer \
|
|
|
- --disable-libssp \
|
|
|
- --disable-libvtv \
|
|
|
- --disable-libcilkrts \
|
|
|
- --disable-libstdc++-v3 \
|
|
|
+<screen><userinput remap="configure">../gcc-&gcc-version;/configure \
|
|
|
+ --target=$LFS_TGT \
|
|
|
+ --prefix=/tools \
|
|
|
+ --with-glibc-version=2.11 \
|
|
|
+ --with-sysroot=$LFS \
|
|
|
+ --with-newlib \
|
|
|
+ --without-headers \
|
|
|
+ --with-local-prefix=/tools \
|
|
|
+ --with-native-system-header-dir=/tools/include \
|
|
|
+ --disable-nls \
|
|
|
+ --disable-shared \
|
|
|
+ --disable-multilib \
|
|
|
+ --disable-decimal-float \
|
|
|
+ --disable-threads \
|
|
|
+ --disable-libatomic \
|
|
|
+ --disable-libgomp \
|
|
|
+ --disable-libitm \
|
|
|
+ --disable-libquadmath \
|
|
|
+ --disable-libsanitizer \
|
|
|
+ --disable-libssp \
|
|
|
+ --disable-libvtv \
|
|
|
+ --disable-libcilkrts \
|
|
|
+ --disable-libstdc++-v3 \
|
|
|
--enable-languages=c,c++</userinput></screen>
|
|
|
<variablelist>
|
|
|
<title>The meaning of the configure options:</title>
|