RFR: 8295795: hsdis does not build with binutils 2.39+ [v4]

Robbin Ehn rehn at openjdk.org
Fri Oct 6 11:44:22 UTC 2023


On Fri, 29 Sep 2023 10:44:49 GMT, Magnus Ihse Bursie <ihse at 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


More information about the build-dev mailing list