summaryrefslogtreecommitdiff
path: root/m68k-unknown-amigaos
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add -lnet -lunix to the default link lineJohn Mark Bell2010-12-291-1/+1
| | | | svn path=/toolchains/; revision=11128
* 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-2422-82/+3262
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-203-14/+48
| | | | svn path=/toolchains/; revision=11109
* Import toolchains treeJohn Mark Bell2010-12-1610-0/+2358
svn path=/toolchains/; revision=11073