diff options
Diffstat (limited to 'source/d/gcc')
-rwxr-xr-x | source/d/gcc/gcc.SlackBuild | 2 | ||||
-rw-r--r-- | source/d/gcc/slack-desc.gcc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/d/gcc/gcc.SlackBuild b/source/d/gcc/gcc.SlackBuild index c154888e..853e41b3 100755 --- a/source/d/gcc/gcc.SlackBuild +++ b/source/d/gcc/gcc.SlackBuild @@ -57,7 +57,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=gcc SRCVER=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} VERSION=$(echo $SRCVER | cut -f 1 -d _) -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} # How many jobs to run in parallel: NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/d/gcc/slack-desc.gcc b/source/d/gcc/slack-desc.gcc index ebe1b842..2ec1b2bc 100644 --- a/source/d/gcc/slack-desc.gcc +++ b/source/d/gcc/slack-desc.gcc @@ -11,7 +11,7 @@ gcc: gcc: GCC is the GNU Compiler Collection. gcc: gcc: This package contains those parts of the compiler collection needed to -gcc: compile C code. Other packages add Ada, C++, Fortran, Go, +gcc: compile C code. Other packages add Ada, C++, D, Fortran, Go, gcc: Objective-C, and BRIG support to the compiler core. gcc: gcc: |