Re: RFR: 8294006: Avoid hardcoding object file suffixes in make

2022-09-19 Thread Magnus Ihse Bursie
On Mon, 19 Sep 2022 12:55:47 GMT, Julian Waters wrote: > Replaces hardcoding of object file suffixes in make, to ensure they are > always reliably set from a single place in autoconf. LGTM - Marked as reviewed by ihse (Reviewer). PR: https://git.openjdk.org/jdk/pull/10341

Re: RFR: 8294006: Avoid hardcoding object file suffixes in make

2022-09-19 Thread Erik Joelsson
On Mon, 19 Sep 2022 12:55:47 GMT, Julian Waters wrote: > Replaces hardcoding of object file suffixes in make, to ensure they are > always reliably set from a single place in autoconf. Marked as reviewed by erikj (Reviewer). - PR: https://git.openjdk.org/jdk/pull/10341