summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorFlorian Franzmann2017-06-03 12:23:20 +0200
committerFlorian Franzmann2017-06-04 20:44:52 +0200
commitbd7c5851f2f461ea92bdd1de90a3f462f7cd6f38 (patch)
treebe472cf3600d8da1e8e857fa2f36c772885299d5 /gnu
parentf3055b6b7b1fdcffc5e5a810461dceeafc5d9bcc (diff)
gnu/gcc: new ada bootstrapper
Diffstat (limited to 'gnu')
-rwxr-xr-xgnu/gcc/DETAILS4
-rw-r--r--gnu/gcc/HISTORY3
2 files changed, 5 insertions, 2 deletions
diff --git a/gnu/gcc/DETAILS b/gnu/gcc/DETAILS
index 25eade301b..7f41c4a888 100755
--- a/gnu/gcc/DETAILS
+++ b/gnu/gcc/DETAILS
@@ -27,10 +27,10 @@ if list_find "$GCC_COMPILER" "ada" ; then
#
case "${SMGL_COMPAT_ARCHS[1]}" in
- x86_64) VERSION13=6.2.0 ARCH13=x86_64 ;;
+ x86_64) VERSION13=7.1.0 ARCH13=x86_64 ;;
*) VERSION13=4.7.1 ARCH13=i686 ;;
esac
- SOURCE13=ada-$VERSION13-$ARCH13-pc-linux-gnu.tar.bz2
+ SOURCE13=ada-$VERSION13-$ARCH13-pc-linux-gnu.tar.xz
SOURCE13_URL[0]=http://download.sourcemage.org/distro/$SOURCE13
SOURCE13_URL[1]=http://smgl.bandrate.org/$SOURCE13
SOURCE13_GPG="gurus.gpg:$SOURCE13.sig:VERIFIED_UPSTREAM_KEY"
diff --git a/gnu/gcc/HISTORY b/gnu/gcc/HISTORY
index 44dac85855..4178abca8b 100644
--- a/gnu/gcc/HISTORY
+++ b/gnu/gcc/HISTORY
@@ -1,3 +1,6 @@
+2017-06-03 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS: new ada bootstrapper
+
2017-05-02 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 7.1.0
* CONFIGURE PRE_BUILD DETAILS BUILD PRE_SUB_DEPENDS SUB_DEPENDS PREPARE DEPENDS: