aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/binutils.xml28
1 files changed, 25 insertions, 3 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml
index c7081ea37..c5ec247e5 100644
--- a/chapter06/binutils.xml
+++ b/chapter06/binutils.xml
@@ -65,9 +65,31 @@ cd build</userinput></screen>
<para>Prepare Binutils for compilation:</para>
-<screen><userinput remap="configure">../configure --prefix=/usr \
- --enable-shared \
- --disable-werror</userinput></screen>
+<screen><userinput remap="configure">../configure --prefix=/usr \
+ --enable-shared \
+ --enable-plugins \
+ --disable-werror \
+ --with-system-zlib</userinput></screen>
+
+ <variablelist>
+ <title>The meaning of the configure parameters:</title>
+
+ <varlistentry>
+ <term><parameter>--enable-plugins</parameter></term>
+ <listitem>
+ <para>Enables plugin support for the linker.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><parameter>--with-system-zlib</parameter></term>
+ <listitem>
+ <para>Use the installed zlib library rather than building the
+ included version.</para>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
<para>Compile the package:</para>