summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git://git.netsurf-browser.org/toolchains into ↵chris/http2Chris Young2018-08-0878-10981/+6863
|\ | | | | | | chris/http2
| * Add a 68k fix from amisslChris Young2018-07-231-0/+36
| |
| * Should be built with gnu99 apparently because 'asm' is a non-standard extension.Chris Young2018-07-231-1/+1
| |
| * Wrong file extenson meant bn_div optimisation wasn't being applied.Chris Young2018-07-231-0/+0
| |
| * 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
| |
| * fix ppc amiga openssl 1.1 buildVincent Sanders2017-11-2217-103/+140
| |
| * update openssl to 1.1.0fVincent Sanders2017-10-175-24/+49
| |
| * Update RISC OS toolchain a bit, hopefully it can build more nowDaniel Silverstone2017-09-195-0/+65
| |
| * Patch PPL version to build with gcc 6Jeffrey Lee2017-09-191-0/+175
| |
| * 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
| |
| * current debian stretch patch seems to copy amigaos.scVincent Sanders2017-09-161-530/+1
| |
| * Revert "update ppl library version for risc os builds"Vincent Sanders2017-09-161-11/+0
| | | | | | | | This reverts commit a04a4d532b4a48abbc47afcc01488171e7a411d8.
| * update ppl library version for risc os buildsVincent Sanders2017-09-161-0/+11
| |
| * seems modern texinfo dislikes this formatVincent Sanders2017-09-151-0/+20
| |
| * fix patch level on patchVincent Sanders2017-09-151-2/+2
| |
| * apply gperf patch to header tooVincent Sanders2017-09-151-0/+17
| |
| * patch at correct levelVincent Sanders2017-09-151-1/+1
| |
| * apply part of upstream fix for inline redefinitionVincent Sanders2017-09-152-0/+18
| | | | | | | | https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=ec1cc0263f156f70693a62cf17b254a0029f4852
| * Revert "Set an OpenSSL environment path"John-Mark Bell2017-07-071-1/+0
| | | | | | | | This reverts commit c113b768e24439447e0306011ca2743606f227f9.
| * m68k-atari-mint: bump mintlib version.John-Mark Bell2017-07-071-1/+1
| | | | | | | | Previous version no longer exists upstream.
| * SDK: update libcares, libcurl, expat, and libpngJohn-Mark Bell2017-07-071-4/+4
| |
| * Set an OpenSSL environment pathChris Young2017-05-091-0/+1
| | | | | | | | | | OpenSSL sometimes tries to read a config file which by default is in /opt. On AmigaOS this causes a request for volume opt: The way NetSurf uses curl/openssl doesn't appear to trigger this, but adding the option as a precaution as I've seen the problem with this OpenSSL build when used in other software.
| * Fix Curl build for m68k-unknown-amigaosChris Young2017-04-021-0/+18
| | | | | | | | This patch shouldn't be needed; this needs fixing upstream
| * Fix OpenSSL build for m68k-unknown-amigaosChris Young2017-04-021-2/+9
| |