summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-08-21 15:24:13 +0000
committer Eric Hameleers <alien@slackware.com>2022-08-21 15:24:13 +0000
commit3e9660ece81eb9ec3404735f6c5b672a1605b29c (patch)
treec67bca5b2b86c196c2746bb815b509bebfc6a2bf
parent237d8aeb8db11914a81e2fb784eba68813d518f7 (diff)
downloadmultilib-3e9660ece81eb9ec3404735f6c5b672a1605b29c.tar.gz
multilib-3e9660ece81eb9ec3404735f6c5b672a1605b29c.tar.xz
gcc-multilib: gc 'compat32' package is required for gcc >= 7
-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 c3c27f3..dabeb14 100755
--- a/source/current/gcc/gcc-multilib.SlackBuild
+++ b/source/current/gcc/gcc-multilib.SlackBuild
@@ -53,7 +53,7 @@
# instructions. No need to throw i586 CPUs under the bus (yet).
# Notes by Eric Hameleers, Sun May 7 20:48:17 UTC 2017:
-# In order to compile gcc 7 multilib, you will have to create a 'compat32'
+# In order to compile gcc >= 7 multilib, you will have to create a 'compat32'
# package for Slackware's 'gc' package and install that. If you do not want
# this, then change "--enable-objc-gc \" to "--disable-objc-gc \" below.