Re: [jdk20] RFR: 8299789: Compilation of gtest causes build to fail if runtime libraries are in different dirs

2023-01-11 Thread Erik Joelsson
On Tue, 10 Jan 2023 22:44:21 GMT, Sergey Bylokhov wrote: > Hi all, > This pull request contains a backport of commit > [c8a8388a](https://github.com/openjdk/jdk/commit/c8a8388aba3dc121bad04aaa123f6cd7525c3d38) > from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. > The commit being

[jdk20] RFR: 8299789: Compilation of gtest causes build to fail if runtime libraries are in different dirs

2023-01-10 Thread Sergey Bylokhov
Hi all, This pull request contains a backport of commit [c8a8388a](https://github.com/openjdk/jdk/commit/c8a8388aba3dc121bad04aaa123f6cd7525c3d38) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. The commit being backported was authored by Sergey Bylokhov on 10 Jan 2023 and was

Re: RFR: 8299789: Compilation of gtest causes build to fail if runtime libraries are in different dirs

2023-01-09 Thread Erik Joelsson
On Mon, 9 Jan 2023 09:18:52 GMT, Sergey Bylokhov wrote: > The `GtestImage.gmk` is updated to use separate macro calls in case the > runtime libraries are not in the same directory. Thanks for fixing this! - Marked as reviewed by erikj (Reviewer). PR:

RFR: 8299789: Compilation of gtest causes build to fail if runtime libraries are in different dirs

2023-01-09 Thread Sergey Bylokhov
The `GtestImage.gmk` is updated to use separate macro calls in case the runtime libraries are not in the same directory. - Commit messages: - 8299789: Compilation of gtest causes build to fail if runtime libraries are in different dirs Changes: