diff options
Diffstat (limited to 'chapter06/binutils.xml')
-rw-r--r-- | chapter06/binutils.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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</userinput></screen> <para>Prepare Binutils for compilation:</para> <screen><userinput remap="configure">../configure --prefix=/usr \ - --enable-shared \ --enable-plugins \ + --enable-shared \ --disable-werror \ --with-system-zlib</userinput></screen> |