https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119367
--- Comment #16 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:866697bac2cd3e05875d6a0dc3f64590143fd894 commit r16-3426-g866697bac2cd3e05875d6a0dc3f64590143fd894 Author: Jakub Jelinek <ja...@redhat.com> Date: Thu Aug 28 10:10:28 2025 +0200 configure: Add readelf fallback for HAVE_AS_ULEB128 test [PR119367] The following patch adds a readelf fallback if objdump nor otool don't exist. All of GNU binutils readelf, eu-readelf and llvm-readelf can handle it with those options. 2025-08-28 Jakub Jelinek <ja...@redhat.com> PR debug/119367 * configure.ac (gcc_cv_as_leb128): Add fallback using readelf. Grammar fix in comment. * configure: Regenerate.