-
Bug
-
Resolution: Fixed
-
P3
-
23
-
b19
This is the pinnacle of the recent stream of refactorings in the build system. This patch introduces a more abstract concept of "JDK_LIBS", where only the library name (e.g. "jawt") is specified, and the build system turns this into suitable linker flags: `-ljawt -L<correct path>` or `jawt.lib -libpath:<correct path>`, depending on linker. It will also automatically create proper dependencies.
- relates to
-
JDK-8330110 AIX build fails after JDK-8329704 - issue with libjli.a
-
- Resolved
-