summaryrefslogtreecommitdiff
path: root/m68k-atari-mint/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* atari-mint: update binutils to 2.30François Revol2019-02-221-2/+2
|
* atari-mint: fix mintbin install pathFrançois Revol2019-02-221-0/+1
| | | | | Not that NS really needs it (we pass the stack size to the linker), but other progs using the SDK might.
* atari-mint: fix typo (BINUTILS vs MINTBIN)François Revol2019-02-221-1/+1
| | | | No wonder mintbin wasn't installed at all...
* atari-mint: allow parallel build of binutils and gccFrançois Revol2019-02-221-3/+5
| | | | by passing BUILD_SMP=-jN to make
* atari-mint: completely skip using makeinfoFrançois Revol2019-02-221-1/+2
| | | | | | Fixes "no matching `@end tex'" errors triggered with recent makeinfo. Who needs documentation anyway.
* atari-mint: Force automake/aclocal to 1.11François Revol2019-02-221-4/+6
| | | | | | | Since we force autoconf and friends to 2.64, on Debian unstable at leastsome aclocal macros complain that they require at least 2.65. Also add automake1.11 to the list of required debian packages.
* atari-mint: update binutilsFrançois Revol2019-02-221-2/+2
|
* m68k-atari-mint: bump mintlib version.John-Mark Bell2017-07-071-1/+1
| | | | Previous version no longer exists upstream.
* update atari mintlib version for new releaseVincent Sanders2016-05-031-1/+1
|
* update mintlib versionVincent Sanders2014-12-101-2/+1
|
* Update SDK library versions for openssl, libpng , libcurl and freetype to ↵Vincent Sanders2014-10-161-1/+2
| | | | | | | | | | address security issues This has been sucessfully test built for everything except atari where libiconv no longer builds because of a missing PATH_MAX definition but I can find no difference in the libiconv build so it must be related to the cross complier/libmint build although the generated includes also look sensible so I am leaving it for now.
* m68k-atari-mint: update toolchain; fix bitrot.John-Mark Bell2014-01-171-6/+6
|
* update m68k-atari-mint toolchain to use cached sourcesVincent Sanders2013-11-241-13/+18
|
* Update MiNT toolchain to use latest MiNTlibOle Loots2013-11-241-1/+1
| | | | | | | 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.
* fix gmp insanity race see ↵Vincent Sanders2012-08-171-0/+1
| | | | http://gmplib.org/list-archives/gmp-bugs/2008-August/001114.html for bug
* fix mint toolchain buildVincent Sanders2012-08-171-1/+10
|
* Make build use automake 2.64 explicitly, still crashes at libmudflapVincent Sanders2012-08-161-6/+12
|
* update with current mint sourcesVincent Sanders2012-08-111-10/+7
|
* Build runes for m68k-atari-mint toolchainJohn Mark Bell2011-05-141-0/+250
svn path=/toolchains/; revision=12408