Subject: CVS commit: pkgsrc/lang
From: David H. Gutteridge
Date: 2024-07-25 01:01:28
Message id: 20240724230128.57B31FC74@cvs.NetBSD.org

Log Message:
gcc(12|13|14): require C++11

As of GCC 11, C++11 is required to build some of its fundamental
components. Additionally, these components vary as to whether they
correctly check if it's required to pass std=c++11 or not (e.g.,
libcody does do so, libcpp does not).

Files:
RevisionActionfile
1.9modifypkgsrc/lang/gcc12/Makefile.common
1.8modifypkgsrc/lang/gcc13/Makefile.common
1.3modifypkgsrc/lang/gcc14/Makefile.common