From 0cba512df7ba2e6aecd9f5db75ad5a846f62c920 Mon Sep 17 00:00:00 2001 From: DJ Lucas Date: Sat, 14 Jan 2017 18:23:51 +0000 Subject: Minor order and text change. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11171 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/binutils.xml | 2 +- chapter06/gcc.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06') diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index c5ec247e5..d5d9c27f7 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -66,8 +66,8 @@ cd build Prepare Binutils for compilation: ../configure --prefix=/usr \ - --enable-shared \ --enable-plugins \ + --enable-shared \ --disable-werror \ --with-system-zlib diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 896515328..47f96f720 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -71,7 +71,7 @@ cd build for instructions on how to build all of GCC's supported languages. - The meaning of the new configure option: + The meaning of the new configure parameters: SED=sed -- cgit v1.2.3-54-g00ecf