summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-02-14 12:23:05 +0000
committer Eric Hameleers <alien@slackware.com>2021-02-14 12:23:05 +0000
commit7e1626be8a310972663fadae3a8dec11a2bd129f (patch)
treeb48ca18c3134d648a56d6cc7fc1bb22f100ee428
parentd7f2c90cb8f47a22998cf9885fcad42163dc4e35 (diff)
downloadmultilib-7e1626be8a310972663fadae3a8dec11a2bd129f.tar.gz
multilib-7e1626be8a310972663fadae3a8dec11a2bd129f.tar.xz
gcc-multilib: rebuilt.
-rwxr-xr-xsource/current/gcc/gcc-multilib.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/current/gcc/gcc-multilib.SlackBuild b/source/current/gcc/gcc-multilib.SlackBuild
index b08d546..8ee9661 100755
--- a/source/current/gcc/gcc-multilib.SlackBuild
+++ b/source/current/gcc/gcc-multilib.SlackBuild
@@ -62,7 +62,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=gcc
SRCVER=${SRCVER:-"10.2.0"}
VERSION=$(echo $SRCVER | cut -f 1 -d _)
-BUILD=${BUILD:-3alien}
+BUILD=${BUILD:-4alien}
# How many jobs to run in parallel:
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}