summaryrefslogtreecommitdiff
path: root/lang/gcc15/files/patch-libcxxrt (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-05-03lang/gcc15: Add portLorenzo Salvadore1-0/+0
GCC, the GNU Compiler Collection, supports a number of languages. This port installs the C, C++, and Fortran front ends as gcc15, g++15, and gfortran15, respectively. This is the first release from the GCC 15 series. It largely is a copy of lang/gcc15-devel, with release-specific modifications from lang/gcc14. Common issues that could happen when porting code to GCC 15: https://gcc.gnu.org/gcc-15/porting_to.html Changes: https://gcc.gnu.org/gcc-15/changes.html Note: files/patch-libgcc_unwind.inc will get obsolete once all supported FreeBSD releases include commit 22e564c74eb20e14bd93fd9fdde20e38a29cfcf1. [1] PR: 285711 [1]
2022-08-22lang/gcc13-devel: Expose non-default -stdlib=libc++ supportJan Beich1-1/+1
Fix -stdlib=libc++ option which produced "error: unrecognized command-line option '-stdlib=libc++'". PR: 265962 Reported by: jbeich
2022-08-21lang/gcc12-devel: Expose non-default -stdlib=libc++ supportJan Beich1-0/+18
Fix -stdlib=libc++ option which produced "error: unrecognized command-line option '-stdlib=libc++'". PR: 265962 Reported by: jbeich