|
@@ -78,8 +78,8 @@ cd ../gcc-build</userinput></screen>
|
|
|
--disable-libgomp --disable-libquadmath \
|
|
|
--disable-target-libiberty --disable-target-zlib \
|
|
|
--enable-languages=c --without-ppl --without-cloog \
|
|
|
- --with-mpfr-include=$LFS/sources/gcc-&gcc-version;/mpfr/src \
|
|
|
- --with-mpfr-lib=$LFS/sources/gcc-build/mpfr/src/.libs</userinput></screen>
|
|
|
+ --with-mpfr-include=$(pwd)/../gcc-&gcc-version;/mpfr/src \
|
|
|
+ --with-mpfr-lib=$(pwd)/mpfr/src/.libs</userinput></screen>
|
|
|
|
|
|
<variablelist>
|
|
|
<title>The meaning of the configure options:</title>
|