summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2013-11-24 08:26:49 +0000
committerVincent Sanders <vince@kyllikki.org>2013-11-24 08:26:49 +0000
commitbb5b765028811e7f9ddbce97033f158fface8090 (patch)
treeb72f4fe06e5fa7d2ca5c2708f03f50521534fff4
parent1894883ba6970d8990f31c99ab846e58100683c9 (diff)
downloadtoolchains-bb5b765028811e7f9ddbce97033f158fface8090.tar.gz
toolchains-bb5b765028811e7f9ddbce97033f158fface8090.tar.bz2
Update MiNT toolchain to use latest MiNTlib
This fixes an bug in the file fetcher of netsurf, which was introduced since the file fetcher uses scandir. There was an recent fix for dirent struct inside mintlib which solves the problem.
-rw-r--r--m5475-atari-mint/Makefile2
-rw-r--r--m68k-atari-mint/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/m5475-atari-mint/Makefile b/m5475-atari-mint/Makefile
index 02469ce..fdcd946 100644
--- a/m5475-atari-mint/Makefile
+++ b/m5475-atari-mint/Makefile
@@ -27,7 +27,7 @@ UPSTREAM_MINTBIN_VERSION := CVS-20110527
UPSTREAM_MINTBIN_TARBALL := mintbin-$(UPSTREAM_MINTBIN_VERSION).tar.gz
UPSTREAM_MINTBIN_URI := http://vincent.riviere.free.fr/soft/m68k-atari-mint/archives/$(UPSTREAM_MINTBIN_TARBALL)
-UPSTREAM_MINTLIB_VERSION := CVS-20120503
+UPSTREAM_MINTLIB_VERSION := CVS-20131103
UPSTREAM_MINTLIB_TARBALL := mintlib-$(UPSTREAM_MINTLIB_VERSION).tar.gz
UPSTREAM_MINTLIB_URI := http://vincent.riviere.free.fr/soft/m68k-atari-mint/archives/$(UPSTREAM_MINTLIB_TARBALL)
diff --git a/m68k-atari-mint/Makefile b/m68k-atari-mint/Makefile
index 2f5dc25..58b5bcd 100644
--- a/m68k-atari-mint/Makefile
+++ b/m68k-atari-mint/Makefile
@@ -27,7 +27,7 @@ UPSTREAM_MINTBIN_VERSION := CVS-20110527
UPSTREAM_MINTBIN_TARBALL := mintbin-$(UPSTREAM_MINTBIN_VERSION).tar.gz
UPSTREAM_MINTBIN_URI := http://vincent.riviere.free.fr/soft/m68k-atari-mint/archives/$(UPSTREAM_MINTBIN_TARBALL)
-UPSTREAM_MINTLIB_VERSION := CVS-20120503
+UPSTREAM_MINTLIB_VERSION := CVS-20131103
UPSTREAM_MINTLIB_TARBALL := mintlib-$(UPSTREAM_MINTLIB_VERSION).tar.gz
UPSTREAM_MINTLIB_URI := http://vincent.riviere.free.fr/soft/m68k-atari-mint/archives/$(UPSTREAM_MINTLIB_TARBALL)