Enable additional languages

This commit is contained in:
2025-09-02 16:46:46 +03:00
parent cf978b9914
commit 78948ce7cd
2 changed files with 35 additions and 9 deletions
+4
View File
@@ -1,6 +1,7 @@
name: gcc
description: The GNU C Compiler
version: 15.2.0
revision: 2
url: https://gcc.gnu.org/
license: GPL3-or-later,LGPL3-or-later,GPL3 with GCC-exception
architecture: any
@@ -10,6 +11,9 @@ split_packages:
- name: gcc
license: GPL3-or-later,LGPL3-or-later
depends: ["binutils","gcc-libs","mpc","zstd"]
- name: gcc-fortran
description: "Fortran compiler from GCC"
depends: ["gcc"]
- name: gcc-libs
description: GCC runtime libraries
license: GPL3 with GCC-exception