RFR: 8323672: Suppress unwanted autoconf added flags in CC and CXX [v4]
Julian Waters
jwaters at openjdk.org
Thu Jan 18 09:15:15 UTC 2024
On Thu, 18 Jan 2024 07:37:11 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> Then it sounds like this is not a viable approach.
There's definitely gotta be a way to make autoconf do what we want that's out there, I'll work on it and post any findings back here. I've just found out that the implicit calls to AC_PROG_CC are due to AC_PROG_CPP calling AC_REQUIRE on AC_PROG_CC for instance
> Also, check your inbox for a personal invitation to The "wtf-autoconf-rly?" Club. ;-)
I think I'm already a long time member of that club by this point...
(Sometimes I wonder whether Java could've gone the way V8 went and used Python or Java itself as the build system instead, oh well)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17401#issuecomment-1898080485
More information about the build-dev
mailing list