summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorThomas Orgis2015-05-25 16:07:04 +0200
committerThomas Orgis2015-05-25 16:08:43 +0200
commit5566f04275f032d30f4a768c37abeafe6871aaa0 (patch)
tree974f96ba7b63812f99341914e6bd294fdca3a92b /gnu
parent2d79a69ba438f3acd96da296c7345e67ca07fda4 (diff)
gcc: use ecj-4.9 as that exists
Diffstat (limited to 'gnu')
-rwxr-xr-xgnu/gcc/DETAILS3
-rw-r--r--gnu/gcc/HISTORY4
2 files changed, 6 insertions, 1 deletions
diff --git a/gnu/gcc/DETAILS b/gnu/gcc/DETAILS
index 2614a2207c..162f78fd6d 100755
--- a/gnu/gcc/DETAILS
+++ b/gnu/gcc/DETAILS
@@ -19,7 +19,8 @@ if [[ "$GCC_CLOOG" == "y" ]]; then
fi
if list_find "$GCC_COMPILER" "java"; then
- SOURCE5=ecj-$(echo $VERSION|cut -f1,2 -d.).jar
+# SOURCE5=ecj-$(echo $VERSION|cut -f1,2 -d.).jar
+ SOURCE5=ecj-4.9.jar
SOURCE5_URL[0]=ftp://sourceware.org/pub/java/${SOURCE5}
SOURCE5_HASH=sha512:28f8c6fdbcb19e950b1d0bafb3bcc7a8cba87bc673aa6027cece116599cdee80f0cf5e95a1440544890239f5c754e8a93ab46d9daedd937faef445d7ea33b226
fi
diff --git a/gnu/gcc/HISTORY b/gnu/gcc/HISTORY
index c588a02e7c..686d8be844 100644
--- a/gnu/gcc/HISTORY
+++ b/gnu/gcc/HISTORY
@@ -1,3 +1,7 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: There is no ecj-5.1, trying ecj-4.9.
+ I can compile a hello world example at least.
+
2015-05-03 Pavel Vinogradov <public@sourcemage.org>
* UP_TRIGGERS: improved the major release change check, fixed
syntax error