RFR: 8319121: hsdis binutils: speedup building from source
Erik Joelsson
erikj at openjdk.org
Mon Oct 30 18:15:31 UTC 2023
On Mon, 30 Oct 2023 15:41:48 GMT, Robbin Ehn <rehn at openjdk.org> wrote:
> Hi all, please consider.
>
> Tested configure with binutils-src.
>
> Thanks
This is a good idea, but to get it to work I think we need to re-order things in `configure.ac`. `BPERF_SETUP_BUILD_JOBS` is currently quite late. `LIB_SETUP_LIBRARIES` (where I assume this is happening) happens long before that. Unless there is some implicit re-ordering happening currently that I'm not aware of.
-------------
PR Review: https://git.openjdk.org/jdk/pull/16421#pullrequestreview-1704799218
More information about the build-dev
mailing list