changeset 1770:b6916761867a draft

Switch from buildroot's random snapshot of a blackfin elf2flt last updated in 2012 to the still actively maintained sh/rx/h8300 repo. (The original uclinux.org cvs went away in a hard drive crash years ago, another advantage of distributed source control...)
author Rob Landley <rob@landley.net>
date Sat, 13 Jun 2015 06:01:23 -0500
parents cb94b575c2d2
children 317e0a1e895d
files download.sh
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/download.sh	Wed Jun 10 11:24:42 2015 -0500
+++ b/download.sh	Sat Jun 13 06:01:23 2015 -0500
@@ -44,11 +44,10 @@
 maybe_fork "download || dienow"
 
 # elf2flt needed for nommu targets which can't mmap() the elf segments.
-# The upstream cvs on uclinux.org went away, and binutils uses a random
-# git repository with no tarballs.
+# From git://git.sourceforge.jp/gitroot/uclinux-h8/elf2flt.git branch h8300
 
-URL=http://landley.net/aboriginal/mirror/elf2flt-21c6a418.tar.gz \
-SHA1=62bcd6acefe5ea34938e9357fc2853ac1181bf10 \
+URL=http://landley.net/aboriginal/mirror/elf2flt-332e3d67e763.tar.gz \
+SHA1=23279cdd550f557cef8e83e0e0f3e33d04b1d1bd \
 maybe_fork "download || dienow"
 
 # 4.2.1 was the last GPLv2 release of gcc