mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2026-09-11 10:42:04 -04:00
In addition to fixing the tanh issue, it also fixes some issues that prop up when building and installing glibc using multiple make jobs. This causes some sed commands to fail to run during installation but is non-lethal to the make status, while it causes m32 to fail outright during the build. The only around both issues is to use -j1. For trunk, -j1 should be used in the install command. for m32/MLFS, -j1 should also be used for the actual make command.