commit | 3ff8956e4bf46ffd638bf12ea4788a858e905023 | [log] [tgz] |
---|---|---|
author | Nick Alcock <nick.alcock@oracle.com> | Wed Jul 16 14:43:25 2025 +0100 |
committer | Nick Alcock <nick.alcock@oracle.com> | Wed Jul 23 13:06:12 2025 +0100 |
tree | f8c0dbd04ab33775c880ef32a180d2c2ed904a54 | |
parent | 00d853d1fe7885d0a685584f32b7ed70485c6def [diff] |
libctf: get libctf-nobfd.ver from the right place with Solaris ld We generate de-commented version scripts for Solaris ld (whose -z gnu-version-script linker option does not support comments), but after we switched to generating libctf-nobfd.ver itself, we failed to adjust this code to pick it up from the new location. libctf/ PR libctf/33161 * configure.ac: Fix libctf-nobfd.ver path on Solaris. * configure: Regenerated.