summaryrefslogtreecommitdiff
path: root/packages/gcc/11.1.0
AgeCommit message (Collapse)AuthorFilesLines
2021-07-28gcc: bump to 11.2graysky7-395/+0
Signed-off-by: John Audia <graysky@archlinux.us>
2021-06-17packages/gcc/libstdc++: #include_next → #includeKeith Packard1-0/+307
Some of the installed libstdc++ header files use '#include_next' to work around toolchain oddities that might cause loops in the compiler. However, these also cause mistakes in locating header files when there are multiple C libraries installed as '#include_next' often ends up finding default C library header files. It doesn't seem like this patch could be accepted upstream; there's a long discussion about the use of include_next in these headers which I cannot fully understand. Signed-off-by: Keith Packard <keithp@keithp.com>
2021-05-05Pull patch for macOS from GCC 10.3.0 package.spaun20021-0/+18
This should fix linkage error on MacOS. Signed-off-by: Nik Konyuchenko <spaun2002mobile@gmail.com>
2021-04-28Initial commit for gcc11spaun20025-0/+70
Signed-off-by: Nik Konyuchenko <spaun2002mobile@gmail.com>