]> git.ipfire.org Git - thirdparty/glibc.git/commit
Build programs in $(others-noinstall) like tests if libgcc_s is available
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 30 Oct 2025 23:29:45 +0000 (07:29 +0800)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 4 Nov 2025 06:48:18 +0000 (14:48 +0800)
commitb93632ede79eb4630f8637e90e9ab1750829358f
tree0d588f7454edfaef847325f671f991eb4a714b01
parentfa7f43a9823efb5a24597ceca7863cca0b734c2d
Build programs in $(others-noinstall) like tests if libgcc_s is available

Build programs in $(others-noinstall) like tests only if libgcc_s is
available.  Otherwise, "build-many-glibcs.py compilers" will fail to
build the initial glibc with the initial limited gcc due to the missing
libgcc_s.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Rules