summaryrefslogtreecommitdiff
path: root/m68k-unknown-amigaos
Commit message (Collapse)AuthorAgeFilesLines
* m68k-unknown-amigaos: Update AmiSSL to v5.13Chris Young2024-01-041-2/+2
|
* amigaos3: Add patch so toolchain can build on newer DebianDaniel Silverstone2020-03-112-0/+12
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* AmiSSL update to 4.4Chris Young2020-02-271-1/+1
|
* Add AmiSSL 4.2 SDK to m68k-amigaos buildChris Young2019-04-072-1/+1761
| | | | | | v4.3 has compatibility issues which means that SDK won't work with future versions, whereas 4.2 will. NDK inline/macros.h suitable for use with AmiSSL
* fix m68k amiga openssl patchesVincent Sanders2019-02-151-6/+14
|
* m68k-amigaos: the MPC download URL changedFrançois Revol2018-07-071-1/+1
|
* Add codesets includes for OS3 tooChris Young2017-12-101-1/+11
|
* fix m68k amigaos toolchain buildVincent Sanders2017-11-231-1/+1
|
* fix tabs vs spaces in previous commitVincent Sanders2017-09-171-1/+1
|
* add bison building to m68k amigaos cross compileVincent Sanders2017-09-171-1/+34
|
* disable warnings as errors in m68k binutils buildsVincent Sanders2017-03-271-1/+1
|
* Update clib2 to 1.213Chris Young2017-01-121-1/+1
|
* Update Clib2 version to 1.212Michael Drake2016-11-291-1/+1
| | | | It looks like 2.212 was a mistake: https://github.com/adtools/clib2/releases
* Update clib2 to 2.212Chris Young2016-11-271-1/+1
| | | | I think the first '2' is a typo!
* Update clib2 to 1.208Chris Young2016-11-202-18/+1
| | | | Allows us to get slab allocator stats
* clib2 1.207Chris Young2016-11-192-7/+24
| | | | Remove non-existant file reference from makefile
* Remove spurious 'V' from download URLChris Young2016-11-191-1/+1
|
* No longer neededChris Young2016-11-191-8/+0
|
* grab clib2 masterChris Young2016-11-191-1/+1
|
* Add gcc inline for guigfxChris Young2016-04-241-0/+224
|
* Add guigfx and render.library includes for m68k-unknown-amigaosChris Young2016-04-241-1/+20
|
* Remove the inline stdargs version of NewObject() as GCC always optimised it awayChris Young2016-02-291-10/+7
| | | | We replace it with our own implementation within NetSurf.
* Increase clib2 default memory pool size to 16KChris Young2016-02-291-0/+8
| | | | This appears to alleviate slowdowns on 68k after the memory pool gets fragmented.
* Update clib to 2.106Chris Young2016-01-281-8/+5
|
* Fix openurl SDK installChris Young2016-01-281-5/+7
|
* Link crt0.o to ncrt0.o to amke the compiler workChris Young2015-01-111-0/+1
|
* Fix clib2 getopt() compilationChris Young2015-01-111-0/+79
|
* Use gcc 3.4.6 for m68k-amigaos-toolchainChris Young2015-01-1150-2228/+4841
| | | | | | | | | | | | | | | | | | | | | | | | This changes to using the 3.4 series gcc with patches from github:cahirwpz/m68k-amigaos-toolchain and some other modifications to make it compile. clib2 is currently failing to build with this compiler with the following errors: Compiling unistd_getopt.c [large_data_020:c] /tmp/ccrQcqYy.s: Assembler messages: /tmp/ccrQcqYy.s:36: Error: parse error -- statement `cmpl (sp.0),d0' ignored /tmp/ccrQcqYy.s:58: Error: parse error -- statement `movel (sp.0),a0' ignored /tmp/ccrQcqYy.s:86: Error: parse error -- statement `addql #1,(sp.0)' ignored /tmp/ccrQcqYy.s:89: Error: parse error -- statement `movel (sp.0),a0' ignored /tmp/ccrQcqYy.s:94: Error: parse error -- statement `movel d0,(sp.0)' ignored /tmp/ccrQcqYy.s:104: Error: parse error -- statement `addl (sp.0),a0' ignored /tmp/ccrQcqYy.s:129: Error: parse error -- statement `movel d0,(sp.0)' ignored /tmp/ccrQcqYy.s:139: Error: parse error -- statement `movel d0,(sp.0)' ignored /tmp/ccrQcqYy.s:143: Error: parse error -- statement `addql #1,(sp.0)' ignored /tmp/ccrQcqYy.s:146: Error: parse error -- statement `movel (sp.0),a0' ignored /tmp/ccrQcqYy.s:150: Error: parse error -- statement `movel d0,(sp.0)' ignored make[2]: *** [large_data_020/libc_objs/unistd_getopt.o] Error 1
* Get binutils from the 2.14 branch and update gcc to 4.5.4. Add extra curl args.Chris Young2014-12-201-2/+2
|
* Fix usage of autoconf and stop prompting for cvs passwordVincent Sanders2014-12-201-9/+19
|
* add required gmp patch to get it compiling on the CI systemVincent Sanders2014-12-202-8/+24
|
* Update openurl repo locationChris Young2014-12-191-2/+2
|
* Fix m68k binutils buildChris Young2014-12-193-0/+313
|
* Fix some outdated linksChris Young2014-12-161-2/+2
|
* Include libraries/Picasso96.h if not already includedJohn Mark Bell2011-01-071-0/+3
| | | | svn path=/toolchains/; revision=11251
* Add OpenURL 7.8 headers to NDK installJohn Mark Bell2011-01-071-1/+9
| | | | svn path=/toolchains/; revision=11237
* Import Picasso96 headers from NDK 3.5 contrib treeJohn Mark Bell2011-01-063-0/+568
| | | | svn path=/toolchains/; revision=11224
* Something approximating versioning for clib2John Mark Bell2010-12-301-1/+2
| | | | svn path=/toolchains/; revision=11169
* Tidy up filesystem usage.John Mark Bell2010-12-301-32/+46
| | | | | | Add clean and distclean targets svn path=/toolchains/; revision=11167
* Default prefix is /opt/netsurf/<target>/crossJohn Mark Bell2010-12-301-8/+2
| | | | | | Don't bother completely rebuilding all of GCC -- make all && make install will suffice svn path=/toolchains/; revision=11157
* Fix patchJohn Mark Bell2010-12-301-6/+4
| | | | svn path=/toolchains/; revision=11156
* Take a different approach for NewObjectJohn Mark Bell2010-12-291-5/+3
| | | | svn path=/toolchains/; revision=11150
* Add timerisset/timerclear macrosJohn Mark Bell2010-12-291-0/+19
| | | | svn path=/toolchains/; revision=11146
* Trivial support for SIGPIPEJohn Mark Bell2010-12-291-0/+93
| | | | svn path=/toolchains/; revision=11142
* Define INADDR_LOOPBACKJohn Mark Bell2010-12-291-0/+10
| | | | svn path=/toolchains/; revision=11134
* Make sys/types.h include sys/select.h if necessary, so that fd_set gets ↵John Mark Bell2010-12-291-1/+14
| | | | | | defined for clients svn path=/toolchains/; revision=11133
* Add getrusage support, and a stub implementationJohn Mark Bell2010-12-292-0/+48
| | | | svn path=/toolchains/; revision=11132
* Stub out some compatibility headersJohn Mark Bell2010-12-293-0/+22
| | | | svn path=/toolchains/; revision=11131
* Add glob.h and a stub implementation thereofJohn Mark Bell2010-12-292-0/+44
| | | | svn path=/toolchains/; revision=11130
* Define some BSD typesJohn Mark Bell2010-12-291-0/+18
| | | | svn path=/toolchains/; revision=11129