summaryrefslogtreecommitdiffstats
path: root/source/d
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-09-23 22:15:50 +0000
committer Eric Hameleers <alien@slackware.com>2019-09-24 08:59:42 +0200
commite9f66c56358ba27b346633a9741fad3cfbe483ac (patch)
treee1601c5aeeec2aadd7c7fc565927180d2b5687b4 /source/d
parent63442b0649e576c10f99c815252d5604e0a3a2a0 (diff)
downloadcurrent-e9f66c56358ba27b346633a9741fad3cfbe483ac.tar.gz
current-e9f66c56358ba27b346633a9741fad3cfbe483ac.tar.xz
Mon Sep 23 22:15:50 UTC 201920190923221550
a/aaa_elflibs-15.0-x86_64-11.txz: Rebuilt. Upgraded: libelf-0.177.so, libcurl.so.4.6.0, libexpat.so.1.6.10, libglib-2.0.so.0.6200.0, libgmodule-2.0.so.0.6200.0, libgobject-2.0.so.0.6200.0, libgthread-2.0.so.0.6200.0, libstdc++.so.6.0.27, libtdb.so.1.4.2, libusb-1.0.so.0.2.0. Added: libisl.so.21.0.0, libmpc.so.3.1.0. a/kernel-firmware-20190923_417a9c6-noarch-1.txz: Upgraded. d/gcc-9.2.0-x86_64-2.txz: Rebuilt. Recompiled using --with-isl. The isl package is now required. d/gcc-brig-9.2.0-x86_64-2.txz: Rebuilt. d/gcc-g++-9.2.0-x86_64-2.txz: Rebuilt. d/gcc-gdc-9.2.0-x86_64-2.txz: Rebuilt. d/gcc-gfortran-9.2.0-x86_64-2.txz: Rebuilt. d/gcc-gnat-9.2.0-x86_64-2.txz: Rebuilt. d/gcc-go-9.2.0-x86_64-2.txz: Rebuilt. d/gcc-objc-9.2.0-x86_64-2.txz: Rebuilt. l/imagemagick-6.9.10_66-x86_64-1.txz: Upgraded. l/isl-0.21-x86_64-1.txz: Added. Necessary to build GCC with the Graphite loop optimizations. l/libical-3.0.6-x86_64-2.txz: Rebuilt. Rebuilt with -DGOBJECT_INTROSPECTION=true and -DICAL_GLIB_VAPI=true. Thanks to Skaendo. l/v4l-utils-1.18.0-x86_64-1.txz: Upgraded. x/xterm-349-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/d')
-rwxr-xr-xsource/d/gcc/gcc.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/d/gcc/gcc.SlackBuild b/source/d/gcc/gcc.SlackBuild
index 682fab972..03cdcba65 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:-1}
+BUILD=${BUILD:-2}
# How many jobs to run in parallel:
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -362,6 +362,7 @@ cat $CWD/slack-desc.gcc-gdc > $PKG10/install/slack-desc
--disable-install-libiberty \
--disable-werror \
--with-gnu-ld \
+ --with-isl \
--verbose \
--with-arch-directory=$LIB_ARCH \
--disable-gtktest \