Browse Source

add --enable-64-bit-bfd to binutils pass 2 to prevent an abi mismatch when
reintalling binutils in chpater 8

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11943 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Pierre Labastie 5 years ago
parent
commit
bf20baeb35
2 changed files with 6 additions and 5 deletions
  1. 2 1
      chapter06/binutils-pass2.xml
  2. 4 4
      general.ent

+ 2 - 1
chapter06/binutils-pass2.xml

@@ -56,7 +56,8 @@ cd       build</userinput></screen>
     --host=$LFS_TGT            \
     --disable-nls              \
     --enable-shared            \
-    --disable-werror</userinput></screen>
+    --disable-werror           \
+    --enable-64-bit-bfd</userinput></screen>
 
     <variablelist>
       <title>The meaning of the new configure options:</title>

+ 4 - 4
general.ent

@@ -1,13 +1,13 @@
-<!ENTITY version         "20200614-cross2">
+<!ENTITY version         "20200615-cross2">
 <!ENTITY short-version   "svn">  <!-- Used below in &blfs-book; 
                                       Change to x.y for release but not -rc releases -->
 <!ENTITY generic-version "cross-chap5"> <!-- Use "development"  or "x.y[-pre{x}]" -->
 
-<!ENTITY versiond        "20200614-cross2-systemd">
+<!ENTITY versiond        "20200615-cross2-systemd">
 <!ENTITY short-versiond  "systemd">
-<!ENTITY generic-versiond "20200614-cross2-systemd"> 
+<!ENTITY generic-versiond "20200615-cross2-systemd"> 
 
-<!ENTITY releasedate     "June 14th, 2020">
+<!ENTITY releasedate     "June 15th, 2020">
 
 <!ENTITY copyrightdate   "1999-2020"><!-- jhalfs needs a literal dash, not &ndash; -->