From a2e7068e942c1f031b64f4bd38ab33a3a069bbe7 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sat, 23 Nov 2013 23:35:47 +0000 Subject: [PATCH] Add description of GCC's --enable-mpfr switches. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10380 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-pass1.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index 23c7fe7e8..af09946d7 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -222,6 +222,14 @@ cd ../gcc-build + + --with-mpfr-* + + These options enable the build system to correctly use the + in-tree copy of the MPFR sources. + + + Compile GCC by running: