RFR: JDK-8323008: filter out any -std* flags added by autoconf from CC/CXX
Christoph Langer
clanger at openjdk.org
Thu Jan 11 13:56:22 UTC 2024
On Thu, 11 Jan 2024 13:08:52 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> Thanks , seems GREP was indeed 'harmed' by the parameters we use here. Btw there is a similar place here where we would run into the same issue
>
> https://github.com/openjdk/jdk/blob/b922f8d45951250b7c39cb179b9bc1a8a6256a9e/make/autoconf/util.m4#L229
>
>
> should I adjust this too ?
Makes sense. It's the same pattern.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17301#issuecomment-1887208917
More information about the build-dev
mailing list