summaryrefslogtreecommitdiff
path: root/sdk/recipes/files
Commit message (Collapse)AuthorAgeFilesLines
* Fix OpenSSL build for m68k-unknown-amigaosChris Young2017-04-021-2/+9
|
* Fix OpenSSL random number generator on AmigaOSChris Young2017-03-292-0/+364
| | | | | This fixes an issue with libcurl 7.53.1 which refuses to connect due to weak random seed (previous versions would connect regardless) This patch is derived from the one used by AmiSSL
* Apply the m68k optimisations also to the m68k Atari build (untested)Chris Young2017-02-131-0/+1604
| | | | | This build of OpenSSL will now require at least a 68020. It is my understanding that our CI builds a 68020-60 version of NetSurf so this should not be an issue. These patches were originally written for FreeMiNT so have been previously tested on that platform.
* m68k optimised version of OpenSSLChris Young2017-02-111-0/+1604
|
* Add libtre to the SDK.John Mark Bell2010-12-291-0/+8
Also install a regex.h compatibility header so it gets used svn path=/toolchains/; revision=11145