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
This commit is contained in:
Pierre Labastie 2020-06-15 19:32:24 +00:00
parent d125a6bd0b
commit bf20baeb35
2 changed files with 6 additions and 5 deletions

View File

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

View File

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