On Wed, 16 Oct 2024 07:39:06 GMT, Magnus Ihse Bursie wrote:
>> Yes, I just pushed a commit that does that. I have manually inspected the
>> values and it looks sane, but I need to verify it on our CI system as well.
>> The reasoning for us setting some of the ld flags are less than clear, so it
> As a prerequisite for Hermetic Java, we need a statically linked `java`
> launcher. It should behave like the normal, dynamically linked `java`
> launcher, except that all JDK native libraries should be statically, not
> dynamically, linked.
>
> This patch is the first step towards this goal.