diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2024-06-20 15:28:12 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2024-07-02 00:51:34 -0700 |
commit | 23f12e6e0c95aaf8b5b4973d029db794a43f248a (patch) | |
tree | 0a1f40e34bcefc6644c16a618e31081e912a7c8d /signal | |
parent | dce754b1553b86fc6352636f1fa490a85b7cf0ff (diff) | |
download | glibc-23f12e6e0c95aaf8b5b4973d029db794a43f248a.zip glibc-23f12e6e0c95aaf8b5b4973d029db794a43f248a.tar.gz glibc-23f12e6e0c95aaf8b5b4973d029db794a43f248a.tar.bz2 |
Add --disable-static-c++-link-check option [BZ #31412]
The current minimum GCC version of glibc build is GCC 6.2 or newer. But
building i686 glibc with GCC 6.4 on Fedora 40 failed since the C++ header
files couldn't be found which was caused by the static C++ link check
failure due to missing __divmoddi4 which was referenced in i686 libc.a
and added to GCC 7. Add --disable-static-c++-link-check configure option
to disable the static C++ link test. The newly built i686 libc.a can be
used by GCC 6.4 to create static C++ tests. This fixes BZ #31412.
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Diffstat (limited to 'signal')
0 files changed, 0 insertions, 0 deletions