On Fri, 29 Sep 2023 10:44:49 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
>> Robbin Ehn has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Check API during conf > > Nevertheless, I believe the .libs issue needs to be addressed as well, > otherwise this will be a regression for older versions of binutils that are > in a non-build installed location. > > That is, you need to break out the check for `libbfd.a`, and look for it > first in `bfd` and secondly in `bfd/.libs`. Ping @magicus! We have two cases system or built/pre-built. 1: For system we use -lbfd. 2: For built or pre-built we use the same artifact as make install is using in new and old versions. There is no regression ? ------------- PR Comment: https://git.openjdk.org/jdk/pull/15138#issuecomment-1750498749