summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SDK: Update libjpeg-turbo.tlsa/update-jpeg-turboMichael Drake2022-04-301-5/+20
| | | | Requires CMake.
* update SDK upstream library versionsVincent Sanders2019-06-281-7/+21
|
* updated curl requires a later version of cares to buildVincent Sanders2019-04-071-1/+1
|
* Fix ppc-amigaos libcurl 7.64.1 buildChris Young2019-04-074-56/+39
|
* Need Curl 7.64.1 for AmiSSLChris Young2019-04-071-1/+1
|
* These patches shouldn't be needed with the next release of curl (>7.64.0)Chris Young2019-04-075-71/+0
| | | | At least if built against AmiSSL+bsdsocket the base package will configure properly for OS3 (OS4, not so much)
* Build libcurl against AmiSSL for m68k-unknown-amigaos targetVincent Sanders2019-04-071-2/+2
|
* Don't build OpenSSL for m68k-amigaosVincent Sanders2019-04-071-0/+2
| | | | | | | | skip the build but mark the build step as complete because Curl needs it. Issues: Curl won't see AmiSSL as the includes alone are not enough to trick it. Creating dummy libssl.a libcrypto.a nearly works but still chokes as the test programs don't include anything so the AmiSSL inlines don't get opened. Solution might be to build a dummy libssl.a which redirects the needed functions. There's an issue with amissl/inline.h with the latest includes (hack #define it so it doesn't try - may cause other problems later but this is not where the troublesome SSL_connect() is defined)
* Install the Roadshow SDK into netincludeChris Young2019-04-071-1/+15
| | | | | | | This is a modified copy of the SDK, partly because the official download is buried behind a form and can't be downloaded directly: netinclude/inline/* are the corrected ones netinclude/errno.h has been removed source_code has been removed
* Add AmiSSL 4.2 SDK to m68k-amigaos buildChris Young2019-04-072-1/+1761
| | | | | | v4.3 has compatibility issues which means that SDK won't work with future versions, whereas 4.2 will. NDK inline/macros.h suitable for use with AmiSSL
* remove redundant patch from m5475-atari-mint crypto buildVincent Sanders2019-02-221-11/+0
|
* update m68k atari sdk patchesVincent Sanders2019-02-222-12/+2
|
* m5475-atari-mint: hack until mintbin install path is fixedFrançois Revol2019-02-221-1/+3
|
* atari-mint: update binutils to 2.30François Revol2019-02-222-4/+4
|
* atari-mint: fix mintbin install pathFrançois Revol2019-02-222-0/+2
| | | | | Not that NS really needs it (we pass the stack size to the linker), but other progs using the SDK might.
* atari-mint: fix typo (BINUTILS vs MINTBIN)François Revol2019-02-222-2/+2
| | | | No wonder mintbin wasn't installed at all...
* m5475-atari-mint: update mintlib on par with m68kFrançois Revol2019-02-221-1/+1
|
* m68k-atari-mint: fix OpenSSL buildFrançois Revol2019-02-228-12/+131
|
* atari-mint: allow parallel build of binutils and gccFrançois Revol2019-02-222-6/+10
| | | | by passing BUILD_SMP=-jN to make
* atari-mint: completely skip using makeinfoFrançois Revol2019-02-222-2/+4
| | | | | | Fixes "no matching `@end tex'" errors triggered with recent makeinfo. Who needs documentation anyway.
* atari-mint: Force automake/aclocal to 1.11François Revol2019-02-223-9/+13
| | | | | | | Since we force autoconf and friends to 2.64, on Debian unstable at leastsome aclocal macros complain that they require at least 2.65. Also add automake1.11 to the list of required debian packages.
* atari-mint: update binutilsFrançois Revol2019-02-222-4/+4
|
* fix m68k amiga openssl patchesVincent Sanders2019-02-153-20/+29
|
* fix remaining ppc-amigaos SDK build faliuresVincent Sanders2019-02-143-28/+58
|
* fix openssl ppc buildVincent Sanders2019-02-131-0/+18
|
* fix RISCOS cross compiler target to correctly retrieve infozipVincent Sanders2019-02-133-24/+36
|
* update sdk some library versionsVincent Sanders2019-02-132-12/+16
|
* updated the location of mpc downloadsVincent Sanders2019-02-121-2/+2
|
* 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.