aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gcc-pass2.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-05-20 00:44:22 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-05-20 00:44:22 +0000
commit8aa7fdeb1c7acf441548f5b19f9e342cce67924f (patch)
tree154a1f37980cb289272db467753306982dc1fc40 /chapter05/gcc-pass2.xml
parentacbaccdc71d0a6edfdb98ae169c9d80847cbac0c (diff)
Remove unneeded confiugure switches from gcc.
Restore installation of udev-lfs support files. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10567 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass2.xml')
-rw-r--r--chapter05/gcc-pass2.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml
index 27c411306..85cc1aff9 100644
--- a/chapter05/gcc-pass2.xml
+++ b/chapter05/gcc-pass2.xml
@@ -121,9 +121,7 @@ RANLIB=$LFS_TGT-ranlib \
--disable-libstdcxx-pch \
--disable-multilib \
--disable-bootstrap \
- --disable-libgomp \
- --with-mpfr-include=$(pwd)/../gcc-&gcc-version;/mpfr/src \
- --with-mpfr-lib=$(pwd)/mpfr/src/.libs</userinput></screen>
+ --disable-libgomp</userinput></screen>
<variablelist>
<title>The meaning of the new configure options:</title>