summaryrefslogtreecommitdiffstats
path: root/current
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-08-21 22:45:43 +0000
committer Eric Hameleers <alien@slackware.com>2015-08-21 22:45:43 +0000
commit6f2cc4721bdc4c9d0c6e8c9528437ed4720981a5 (patch)
tree2ba96a4ea1846f197136e26c80322702361959bb /current
parent6300d1e59c5e0e14b57c71f617b429629de8044b (diff)
downloadmultilib-6f2cc4721bdc4c9d0c6e8c9528437ed4720981a5.tar.gz
multilib-6f2cc4721bdc4c9d0c6e8c9528437ed4720981a5.tar.xz
gcc-multilib: updated to 4.9.3
Diffstat (limited to 'current')
-rwxr-xr-xcurrent/gcc/gcc-multilib.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/current/gcc/gcc-multilib.SlackBuild b/current/gcc/gcc-multilib.SlackBuild
index 63bb31d..34ddb45 100755
--- a/current/gcc/gcc-multilib.SlackBuild
+++ b/current/gcc/gcc-multilib.SlackBuild
@@ -53,8 +53,8 @@
# instructions. No need to throw i586 CPUs under the bus (yet).
PKGNAM=gcc
-VERSION=${VERSION:-4.9.2}
-BUILD=${BUILD:-3alien}
+VERSION=${VERSION:-4.9.3}
+BUILD=${BUILD:-1alien}
# How many jobs to run in parallel:
NUMJOBS=" -j7 "
@@ -164,7 +164,7 @@ tar xvf $CWD/gcc-$VERSION.tar.?z*
# Copy ecj.jar into the TLD of the source. Needed for java compiler.
# This can be retrieved from ftp://sourceware.org/pub/java
-cp $CWD/ecj-4.5.jar gcc-$VERSION/ecj.jar
+cp $CWD/ecj-4.9.jar gcc-$VERSION/ecj.jar
# Use an antlr runtime to compile javadoc.
# The runtime can be obtained from: