summaryrefslogtreecommitdiff
path: root/m68k-unknown-amigaos/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* update gcc sourcechris/gcc6-os3Chris Young2018-07-231-2/+2
|
* gcc update to try to fix issue with % op in 020 codeChris Young2018-07-231-1/+1
|
* update gccChris Young2018-07-231-1/+1
|
* Update GCC to fix startfile path issueChris Young2018-07-231-1/+1
|
* Delete gcc-ranlib as libtool tries to use it and it doesn't workChris Young2018-07-231-0/+1
| | | | libtool uses ranlib without --plugin if this doesn't exist
* Use bebbo's binutilsChris Young2018-07-231-6/+6
|
* More tweaksChris Young2018-07-231-4/+1
| | | | We now have a largely functional GCC6.4. Hooray!
* New approachChris Young2018-07-231-4/+4
| | | | Fork bebbo's version of gcc, add our changes and create a tarball from that.
* Update libs to same as we are using for ppc-amigaos toolchainChris Young2018-07-231-4/+4
| | | | Remove a patch that was giving us incorrect paths
* Workaround libssp needing a different autotoolsChris Young2018-07-231-0/+1
|
* Workaround libquadmath needing newer autotoolsChris Young2018-07-231-0/+1
|
* Workaround various parts of gcc needing a different autotools versionChris Young2018-07-231-0/+4
|
* Update to gcc 6.4Chris Young2018-07-231-3/+3
|
* Update to gcc 6.3Chris Young2018-07-231-1/+1
| | | | using bebbo's patches (generated from github.com/bebbo/gcc)
* 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-201-1/+1
| | | | Allows us to get slab allocator stats
* clib2 1.207Chris Young2016-11-191-2/+2
| | | | Remove non-existant file reference from makefile
* Remove spurious 'V' from download URLChris Young2016-11-191-1/+1
|
* grab clib2 masterChris Young2016-11-191-1/+1
|
* Add guigfx and render.library includes for m68k-unknown-amigaosChris Young2016-04-241-1/+20
|
* 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
|
* Use gcc 3.4.6 for m68k-amigaos-toolchainChris Young2015-01-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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-201-8/+13
|
* Update openurl repo locationChris Young2014-12-191-2/+2
|
* Fix some outdated linksChris Young2014-12-161-2/+2
|
* Add OpenURL 7.8 headers to NDK installJohn Mark Bell2011-01-071-1/+9
| | | | svn path=/toolchains/; revision=11237
* 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
* A motley selection of changes, which ultimately result in a toolchain that ↵John Mark Bell2010-12-241-41/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-201-14/+36
| | | | svn path=/toolchains/; revision=11109
* Import toolchains treeJohn Mark Bell2010-12-161-0/+94
svn path=/toolchains/; revision=11073