summaryrefslogtreecommitdiffstats
path: root/current
diff options
context:
space:
mode:
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: