[jdk8u-dev] RFR: 8374948: [8u] saproc & jsig builds add duplicate linker flags on Darwin/MacOS [v5]

Severin Gehwolf sgehwolf at openjdk.org
Tue Feb 3 19:38:07 UTC 2026


On Tue, 3 Feb 2026 19:30:07 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:

>> This patch breaks out the Mac minimum version argument into its own variable, `MAC_FLAGS`, in `gcc.make`, so it can be added independently in `saproc.make` and `jsig.make`. This prevents duplicate linker flags and C++-only flags being added to the C build for jsig and saproc.
>
> Andrew John Hughes has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains nine commits:
> 
>  - Merge remote-tracking branch 'dev/master' into JDK-8374948
>  - Merge remote-tracking branch 'dev/master' into JDK-8374948
>  - Revert LOG_LEVEL=debug additions
>  - 8374948: [8u] saproc & jsig builds add duplicate linker flags on Darwin/MacOS
>  - Backport 1b0f612e5e08cfa1581cf22433b36b5f075c0f23
>  - Print spec files on all POSIX platforms
>  - Add LOG_LEVEL=debug to all GHA builds
>  - Whitespace cleanup
>  - 8374899: [8u] Fully handle clang as the toolchain in flags.m4

Looks good.

-------------

Marked as reviewed by sgehwolf (Reviewer).

PR Review: https://git.openjdk.org/jdk8u-dev/pull/742#pullrequestreview-3747192047


More information about the jdk8u-dev mailing list