diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-02-03 02:56:41 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-02-03 02:56:41 +0000 |
commit | 869b09668663e06670b710babd7261cd3821356d (patch) | |
tree | 37aec7bd49f13f526aeefecefbc769409c931798 /chapter06/binutils.xml | |
parent | 173aea3c22a648219286575b96fe11030df56bb5 (diff) |
Update to glibc-2.27.
Update to man-pages-4.15.
Update to bash-4.4.18.
Update to iproute2-4.15.0.
Add an option to binutils to support 64-bit operations on
a 32-bit system.
Provide better initialization for vim.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11359 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/binutils.xml')
-rw-r--r-- | chapter06/binutils.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index 3cc7ae0a5..4435db7e9 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -71,6 +71,7 @@ cd build</userinput></screen> --enable-plugins \ --enable-shared \ --disable-werror \ + --enable-64-bit-bfd \ --with-system-zlib</userinput></screen> <variablelist> <title>The meaning of the configure parameters:</title> @@ -99,6 +100,14 @@ cd build</userinput></screen> </varlistentry> <varlistentry> + <term><parameter>--enable-64-bit-bfd</parameter></term> + <listitem> + <para>Enables 64-bit support (on hosts with narrower word sizes). + May not be needed on 64-bit systems, but does no harm.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><parameter>--with-system-zlib</parameter></term> <listitem> <para>Use the installed zlib library rather than building the |