gcc: cleanup and YAML config

This commit is contained in:
2024-09-03 17:26:12 +02:00
parent 0542111f2d
commit 76ccc68c85
6 changed files with 258 additions and 168 deletions

View File

@@ -1,14 +1,2 @@
#!/usr/bin/env modbuild
#pbuild::pre_prep() {
# if (( V_MAJOR == 10 && V_MINOR == 2 )); then
# pbuild::add_patch "files/gcc-10.2.0-cpp-__has_include.patch"
# fi
#}
#pbuild::pre_configure_Linux() {
# if (( V_MAJOR >= 8 )); then
# pbuild::add_configure_args "--enable-languages=c,c++,objc,obj-c++,lto,fortran,go"
# fi
#}