summaryrefslogtreecommitdiff
path: root/m68k-unknown-amigaos/recipes/patches
Commit message (Collapse)AuthorAgeFilesLines
* Enable __MEM_DEBUG in clib2Chris Young2016-12-051-4/+16
|
* Merge branch 'master' of git://git.netsurf-browser.org/toolchains into ↵Chris Young2016-12-031-17/+0
|\ | | | | | | chris/clib2-debug
| * Update clib2 to 1.208Chris Young2016-11-201-17/+0
| | | | | | | | Allows us to get slab allocator stats
* | Enable clib2 memory debug modeChris Young2016-11-201-0/+29
|/
* clib2 1.207Chris Young2016-11-191-5/+22
| | | | Remove non-existant file reference from makefile
* No longer neededChris Young2016-11-191-8/+0
|
* 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.
* Fix clib2 getopt() compilationChris Young2015-01-111-0/+79
|
* Use gcc 3.4.6 for m68k-amigaos-toolchainChris Young2015-01-1140-27/+2149
| | | | | | | | | | | | | | | | | | | | | | | | 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
* add required gmp patch to get it compiling on the CI systemVincent Sanders2014-12-201-0/+11
|
* Fix m68k binutils buildChris Young2014-12-193-0/+313
|
* 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-291-0/+37
| | | | svn path=/toolchains/; revision=11132
* Define some BSD typesJohn Mark Bell2010-12-291-0/+18
| | | | svn path=/toolchains/; revision=11129
* Declare NewObjectI static, so we don't get multiple definitions at link timeJohn Mark Bell2010-12-291-1/+1
| | | | svn path=/toolchains/; revision=11127
* A motley selection of changes, which ultimately result in a toolchain that ↵John Mark Bell2010-12-249-0/+2893
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | produces binaries: * Makefile: Change to a two-stage build and build+install clib2 between stages Other, associated changes to reflect additional patches etc * recipes/files/gcc: Contents moved to recipes/files/gcc/gcc Various changes to the target configuration to reflect use of clib2 * recipes/files/ndk: Additional header files for the NDK to permit clib2 to build * recipes/files/clib2: Add sys/wait.h to clib2, and stub out wait(), vfork(), and pipe() for the benefit of libiberty * recipes/patches/gcc/(config.host.p,config.gcc.p): Renamed to gcc.\1 * recipes/patches/gcc/libgcc.config.host.p: Make libgcc aware of our target triple * recipes/patches/binutils/gas.app.c.p: Backport a 5-year old fix that prevents the GAS lexer dropping input on the floor * recipes/patches/ndk/ndk.inline.intuition.h.p: Hack around inline function needing access to a variable from the place it was inlined * recipes/patches/clib2/clib2.modern_gcc.p: Fix up clib2 to compile with modern GCC * recipes/patches/clib2/clib2.include.unistd.h.p: Export definitions of vfork() and pipe() * recipes/patches/clib2/clib2.include.fcntl.h.p: Define FD_CLOEXEC -- the clib2 fcntl() implementation will ignore F_GETFD/F_SETFD anyway * recipes/patches/clib2/clib2.GNUmakefile.68k.p: Reflect our use of a full target triple in the toolchain settings Add stubs.c to build Do not attempt to build resident/resident32 library variants svn path=/toolchains/; revision=11120
* Now with added binutilsJohn Mark Bell2010-12-202-0/+12
| | | | svn path=/toolchains/; revision=11109
* Import toolchains treeJohn Mark Bell2010-12-161-0/+17
svn path=/toolchains/; revision=11073