summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update gcc sourcechris/gcc6-os3Chris Young2018-07-231-2/+2
|
* ifndefChris Young2018-07-231-1/+1
|
* Remove netinet/tcp.h requirementChris Young2018-07-231-0/+12
|
* 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)
* Merge remote-tracking branch 'origin/mmu_man/m68k-amiga-fix-001'Chris Young2018-07-231-1/+1
|\
| * m68k-amigaos: the MPC download URL changedFrançois Revol2018-07-071-1/+1
|/
* seem to have been applied upstreamVincent Sanders2018-01-262-36/+0
|
* fixup amiga curl patchVincent Sanders2018-01-262-8/+8
|
* update for new openssl and libjpeg-turboVincent Sanders2018-01-261-2/+2
|
* cache more source components on teh ci infrastructureVincent Sanders2018-01-266-6/+88
|
* update libcurl to address CVEVincent Sanders2018-01-251-1/+1
|
* Merge branch 'chris/gcc6-os4'Chris Young2018-01-2019-10195/+2335
|\ | | | | | | GCC6.1 for ppc-amigaos
| * Stop libquadmath complaining about incompatible autotoolsChris Young2018-01-201-0/+1
| |
| * Latest good library versionsChris Young2018-01-201-3/+3
| |
| * Workaround for gcc requesting different autotools versionChris Young2018-01-161-0/+4
| |
| * Update other librariesChris Young2018-01-081-3/+3
| |
| * Only one of the previously missing files is still missingChris Young2018-01-081-9975/+0
| |
| * Still need missing-files.pChris Young2018-01-081-0/+12492
| |
| * Fix patches so our scripts can locate the filesChris Young2018-01-0817-324/+324
| |
| * Update to gcc 6.1.0 using patches from github.com/sba1/adtoolsChris Young2018-01-0810-292/+1050
| |
| * Update with latest binutils patches from github.com/sba1/adtoolsChris Young2018-01-089-12713/+1573
|/
* Ensure we are setting PPC FPU type correctly.Chris Young2018-01-071-1/+1
|
* Add the m68k BigNum asm optimisation back in.Chris Young2017-12-101-1/+2
| | | | NB: SSL is not working in NetSurf under OS3/68k although the command-line openssl seems to be OK.
* Add codesets includes for OS3 tooChris Young2017-12-101-1/+11
|
* Add codesets.library includes, will be needed to fix #2578Chris Young2017-12-101-1/+11
|
* Re-add some of the previous OpenSSL optimisationsChris Young2017-12-101-4/+4
| | | | I believe OpenSSL is causing NetSurf to not start up on the PPC440EP. The OpenSSL executable appears to be working correctly. Not sure if other CPUs are affected yet. This patch does *not* fix this critical issue.
* enable ssl usage in libcurl for windowsVincent Sanders2017-11-241-1/+1
|
* enable CAPI in windows buildVincent Sanders2017-11-241-1/+1
|
* fix windows toolchain build after openssl 1.1 updateVincent Sanders2017-11-233-0/+37
|
* fix m68k amigaos toolchain buildVincent Sanders2017-11-2310-64/+72
|