summaryrefslogtreecommitdiff
path: root/m5475-atari-mint/Makefile
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 /m5475-atari-mint/Makefile
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.
Diffstat (limited to 'm5475-atari-mint/Makefile')
-rw-r--r--m5475-atari-mint/Makefile2
1 files changed, 1 insertions, 1 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)