aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc11/files/patch-gcc_jit_Make-lang.in
Commit message (Collapse)AuthorAgeFilesLines
* lang/gcc11: Remove expired portRene Ladan13 days1-14/+0
| | | | | | 2025-07-19 lang/gcc11: End-of-life upstream since mid 2024, newer versions available Event: EuroBSDCon 2025 devsummit
* lang/gcc11: Fix conflict on libgccjit.h and libgccjit++.h againLorenzo Salvadore2022-11-061-0/+14
| | | | | | | | | | | | | | | | | This is the second attempt to solve the conflict, see commits - dc67e7d3009de2b78d96136c8ad09cf186e553df (first attempt); - 9f0cd13014d0962aedfa016c86a5af07ca3ba814 (revert of the first attempt). GCC 11, GCC 12 and GCC 13 install libgccjit.h and libgccjit++.h in the same directory. Fix conflict for GCC 11, which is GCC_DEFAULT, by installing those files in a directory specific to GCC 11. PR: 257060 Reviewed by: yasu, jrm Differential Revision: https://reviews.freebsd.org/D37266
* lang/gcc11: Revert "Fix conflict on libgccjit.h and libgccjit++.h"Lorenzo Salvadore2022-11-041-14/+0
| | | | | | | | | | | | | | | | This reverts commit dc67e7d3009de2b78d96136c8ad09cf186e553df. The revert is necessary as - lang/gcc11/files/patch-gcc_Makefile.in was wrong: it should have used $(version) instead of $(gcc_version); - even after correcting the above mistake, the patch still does not work: lang/emacs fails to configure and hence to build. See also https://reviews.freebsd.org/D37266 . PR: 257060 Reported by: yasu
* lang/gcc11: Fix conflict on libgccjit.h and libgccjig++.hLorenzo Salvadore2022-11-031-0/+14
GCC 11, GCC 12 and GCC 13 install libgccjit.h and libgccjit++.h in the same directory. Fix conflict for GCC 11, which is GCC_DEFAULT, by installing those files in a directory specific to GCC 11. PR: 257060 Reported by: Ting-Wei Lan <lantw44@gmail.com> Reviewed by: gerald, dim Differential Revision: https://reviews.freebsd.org/D37242 See also: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101491