-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
25
-
None
-
os_x
Linking libjvm.dylib
ld: unknown option: -reproducible
clang: error: linker command failed with exit code 1 (use -v to see invocation)
From Xcode14, the libjvm.so link step goes through with out error. According to https://openjdk.org/groups/build/doc/building.html Xcode13 is still supported.
As a remedy, I would suggest to either lift the minimum version to Xcode14 or to make the use of -Wl,-reproducible dependent on the Xcode version.
- caused by
-
JDK-8351440 Link with -reproducible on macOS
-
- Resolved
-