We seem to have some confusion about flags for C vs. flags for C++. Most flags for most toolchains apply to both C and C++, so it's understandable that we want to unify them. But some flags, notably -std, are language-specific. We have both EXTRA_CFLAGS and EXTRA_CXXFLAGS, so we should expect EXTRA_CFLAGS to only apply to C.
- Re: [RFR] JDK-8156980: Hotspot build doesn't have -std=gnu... Leslie Zhai
- Re: [RFR] JDK-8156980: Hotspot build doesn't have -st... Martin Buchholz
- Re: [RFR] JDK-8156980: Hotspot build doesn't have... Leslie Zhai
- Re: [RFR] JDK-8156980: Hotspot build doesn't ... Martin Buchholz
- Re: [RFR] JDK-8156980: Hotspot build does... Leslie Zhai
- Re: [RFR] JDK-8156980: Hotspot build... Martin Buchholz
- Re: [RFR] JDK-8156980: Hotspot build doesn't have -st... Andrew Hughes