summaryrefslogtreecommitdiff
path: root/m68k-unknown-amigaos
Commit message (Collapse)AuthorAgeFilesLines
* update gcc sourcechris/gcc6-os3Chris Young2018-07-231-2/+2
|
* Add a missing typedef for locale_tChris Young2018-07-231-0/+10
| | | | (clib2 maintainer is aware of this issue)
* 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-232-19/+6
|
* More tweaksChris Young2018-07-231-4/+1
| | | | We now have a largely functional GCC6.4. Hooray!
* New approachChris Young2018-07-232-11012/+4
| | | | Fork bebbo's version of gcc, add our changes and create a tarball from that.
* m68k-amigaos => m68k-unknown-amigaosChris Young2018-07-231-1/+1
| | | | This function is causing gcc to use ridiculous paths like /opt/netsurf/m68k-unknown-amigaos/cross/m68k-amigaos/clib2/lib//opt/netsurf/m68k-unknown-amigaos/cross/lib/gcc/m68k-unknown-amigaos/6.4.0/../../../../m68k-unknown-amigaos/lib/ncrt0.o which don't work.
* Revert "Try to fix some paths"Chris Young2018-07-231-9/+9
| | | | This reverts commit 69e959540abcdd8c972d0ed68e1ba5cd0abf73e6.
* Try to fix some pathsChris Young2018-07-231-9/+9
| | | | Revert back to the old amigaos.h file
* Revert removal of path codeChris Young2018-07-231-4/+49
|
* Remove EXTRA_SPECS_FUNCTIONSChris Young2018-07-231-3/+3
|
* Attempt to default to clib2Chris Young2018-07-231-6/+6
|
* Update libs to same as we are using for ppc-amigaos toolchainChris Young2018-07-232-49/+4
| | | | Remove a patch that was giving us incorrect paths
* Workaround libssp needing a different autotoolsChris Young2018-07-231-0/+1
|
* Remove libnix glueChris Young2018-07-231-83/+0
|
* 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-2311-42784/+8148
|
* Update to gcc 6.3Chris Young2018-07-2342-2174/+42964
| | | | 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-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
|