From 91ed769bac92271fc87b3b71f73b45c4030f9923 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 17 Jan 2015 13:38:24 +0000 Subject: Update to gcc 4.8.4 --- current/gcc/gcc-multilib.SlackBuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'current') 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 -- cgit v1.2.3