bash: Remove bash_cv_strtold_broken=no workaround

It's no longer needed for bash-5.2.37, the upstream has fixed the bug at
https://ftp.gnu.org/gnu/bash/bash-5.2-patches/bash52-033.
This commit is contained in:
Xi Ruoyao 2024-11-08 21:04:37 +08:00
parent a9517d383c
commit 39c800d18c
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3
2 changed files with 1 additions and 3 deletions

View File

@ -48,8 +48,7 @@
<screen><userinput remap="configure">./configure --prefix=/usr \ <screen><userinput remap="configure">./configure --prefix=/usr \
--build=$(sh support/config.guess) \ --build=$(sh support/config.guess) \
--host=$LFS_TGT \ --host=$LFS_TGT \
--without-bash-malloc \ --without-bash-malloc</userinput></screen>
bash_cv_strtold_broken=no</userinput></screen>
<variablelist> <variablelist>
<title>The meaning of the configure options:</title> <title>The meaning of the configure options:</title>

View File

@ -45,7 +45,6 @@
<screen><userinput remap="configure">./configure --prefix=/usr \ <screen><userinput remap="configure">./configure --prefix=/usr \
--without-bash-malloc \ --without-bash-malloc \
--with-installed-readline \ --with-installed-readline \
bash_cv_strtold_broken=no \
--docdir=/usr/share/doc/bash-&bash-version;</userinput></screen> --docdir=/usr/share/doc/bash-&bash-version;</userinput></screen>
<variablelist> <variablelist>