Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/external/gpl3/gcc.old
Module Name: src
Committed By: mrg
Date: Thu Nov 13 23:46:22 UTC 2025
Modified Files:
src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11:
compatibility-atomic-c++0x.cc compatibility-thread-c++0x.cc
src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98: compatibility.cc
istream.cc
src/external/gpl3/gcc.old/lib/libstdc++-v3: Makefile
Log Message:
fix the libstdc++ build for GCC 14.
some parts of the libstdc++ build have different flags for different
files *only* for the shared library version of the build. netbsd
share/mk has no current method of doing this, so introduce support
for having "CSHLIBFLAGS.$file" like we do for other options, and use
it to add -D_GLIBCXX_SHARED to *most* but not all files.
this is a copy of from gcc not dot old:
https://mail-index.netbsd.org/source-changes/2025/10/15/msg158573.html
https://mail-index.netbsd.org/source-changes/2025/09/19/msg158169.html
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 \
src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc \
src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc
cvs rdiff -u -r1.10 -r1.11 \
src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/compatibility.cc \
src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/istream.cc
cvs rdiff -u -r1.15 -r1.16 \
src/external/gpl3/gcc.old/lib/libstdc++-v3/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index