Browse Source

provide D language

master
parent
commit
9f3fa64a26
  1. 8
      gcc10/gcc10.spec

8
gcc10/gcc10.spec

@ -37,13 +37,14 @@ Class: EVAL
Group: Compiler
License: GPL
Version: %{V_full}s%{V_snap}
Release: 20191210
Release: 20191211
# package options
%option with_binutils yes
%option with_cxx yes
%option with_objc no
%option with_go no
%option with_d no
%option with_java no
%option with_fortran no
%option with_optimize no
@ -92,7 +93,7 @@ Provides: gcc::with_gcc = %{with_gcc}
%description
The GNU Compiler Collection (GCC) provides standard conforming and
highly portable compilers for the ISO C, ISO C++, Objective-C,
Fortran, Java and Go languages.
Fortran, Java, Go and D languages.
%track
prog gcc10 = {
@ -164,6 +165,9 @@ Provides: gcc::with_gcc = %{with_gcc}
%if "%{with_go}" == "yes"
l_enable_languages="${l_enable_languages},go"
%endif
%if "%{with_d}" == "yes"
l_enable_languages="${l_enable_languages},d"
%endif
%if "%{with_java}" == "yes"
l_enable_languages="${l_enable_languages},java"
%endif

Loading…
Cancel
Save