summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2013-11-24 00:40:49 +0100
committerOle Loots <ole@monochrom.net>2013-11-24 00:40:49 +0100
commitb361534441bcc9598bf31387c85ee6e0bc406581 (patch)
tree4b10b0f4acacd2b198b58a9da293ea2e8a5ee818
parentb941b0458e3d7b565de17b476ff7a7366f552285 (diff)
downloadtoolchains-b361534441bcc9598bf31387c85ee6e0bc406581.tar.gz
toolchains-b361534441bcc9598bf31387c85ee6e0bc406581.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)