summaryrefslogtreecommitdiffstats
path: root/current
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-01-17 13:38:24 +0000
committer Eric Hameleers <alien@slackware.com>2015-01-17 13:38:24 +0000
commit91ed769bac92271fc87b3b71f73b45c4030f9923 (patch)
tree1db3f52dfed7731d546a9194208f766f23511a43 /current
parentdfc3be911651966f72536fefb6cc96519e439fb8 (diff)
downloadmultilib-91ed769bac92271fc87b3b71f73b45c4030f9923.tar.gz
multilib-91ed769bac92271fc87b3b71f73b45c4030f9923.tar.xz
Update to gcc 4.8.4
Diffstat (limited to 'current')
-rwxr-xr-xcurrent/gcc/gcc-multilib.SlackBuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/current/gcc/gcc-multilib.SlackBuild b/current/gcc/gcc-multilib.SlackBuild
index 6215724..424bba4 100755
--- a/current/gcc/gcc-multilib.SlackBuild
+++ b/current/gcc/gcc-multilib.SlackBuild
@@ -2,7 +2,7 @@
# GCC package build script (written by volkerdi@slackware.com)
#
# Copyright 2003, 2004 Slackware Linux, Inc., Concord, California, USA
-# Copyright 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -46,7 +46,7 @@
PKGNAM=gcc
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2alien}
+BUILD=${BUILD:-1alien}
# How many jobs to run in parallel:
NUMJOBS=" -j7 "
@@ -151,10 +151,9 @@ cat $CWD/slack-desc.gcc-go > $PKG8/install/slack-desc
cd $TMP
tar xvf $CWD/gcc-$VERSION.tar.?z*
-# Apply patches:
-( cd gcc-$VERSION
- zcat $CWD/gcc.pr61801.diff.gz | patch -p1 --verbose || exit 1
-) || exit 1
+#( cd gcc-$VERSION
+# If we had any patches, we would apply them here, but we're .diff free now.
+#) || exit 1
# Copy ecj.jar into the TLD of the source. Needed for java compiler.
# This can be retrieved from ftp://sourceware.org/pub/java