Package updates.

Update to binutils-2.38.
Update to util-linux-2.38.1.
Update to Python3-3.10.6.
Update to glibc-2.36.
This commit is contained in:
Bruce Dubbs
2022-08-06 17:40:17 -05:00
parent 32feb4ba2e
commit 1b11115cd2
11 changed files with 89 additions and 32 deletions

View File

@@ -74,6 +74,7 @@ cd build</userinput></screen>
--with-sysroot=$LFS \
--target=$LFS_TGT \
--disable-nls \
--enable-gprofng=no \
--disable-werror</userinput></screen>
<variablelist>
@@ -115,6 +116,14 @@ cd build</userinput></screen>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>--enable-gprofng=no</parameter></term>
<listitem>
<para>This disables building gprofng which is not needed for the
temporary tools.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>--disable-werror</parameter></term>
<listitem>