summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add freetype2 buildVincent Sanders2012-08-211-1/+17
|
* add hermes graphics libraryVincent Sanders2012-08-201-1/+16
|
* add atari cf libraryVincent Sanders2012-08-201-1/+20
|
* add ldg and windom libraries for mint buildVincent Sanders2012-08-191-1/+34
|
* improve handling of SDK_ITEMSVincent Sanders2012-08-191-8/+8
|
* fix gmp insanity race see ↵Vincent Sanders2012-08-172-0/+12
| | | | http://gmplib.org/list-archives/gmp-bugs/2008-August/001114.html for bug
* update for a newer libpngVincent Sanders2012-08-171-8/+8
|
* fix mint toolchain buildVincent Sanders2012-08-171-1/+10
|
* Make build use automake 2.64 explicitly, still crashes at libmudflapVincent Sanders2012-08-161-6/+12
|
* stop ppc-amiga libcurl building with cares/nonblocking as chris reports it ↵Vincent Sanders2012-08-141-12/+25
| | | | doesnt work
* update with current mint sourcesVincent Sanders2012-08-111-10/+7
|
* Merge branch 'master' of git://git.netsurf-browser.org/toolchainsMichael Drake2012-08-1011-267/+854
|\
| * Warn that we're building an ancient libcurlJohn-Mark Bell2012-08-041-0/+1
| |
| * Add libpblJohn-Mark Bell2012-08-044-1/+156
| |
| * Use latest versions of libraries.John-Mark Bell2012-08-042-263/+304
| | | | | | | | libiconv has not been updated, as v1.14 doesn't compile.
| * Ignore sources and builddirsJohn-Mark Bell2012-08-041-0/+2
| |
| * explicitly disable ldap on windows buildsVincent Sanders2012-07-241-1/+2
| |
| * add regex library to windows buildVincent Sanders2012-07-231-1/+18
| |
| * allow libcurl to have target specific patchesVincent Sanders2012-07-231-0/+3
| |
| * add iconv to i686-w64-mingw32Vincent Sanders2012-07-231-1/+1
| |
| * fix mingw buildVincent Sanders2012-07-223-3/+8
| |
| * chnage to gmp 5.0.5Vincent Sanders2012-07-221-2/+8
| |
| * remove parallel processingVincent Sanders2012-07-221-1/+1
| |
| * get sdk to build with mingw toolchainVincent Sanders2012-07-222-2/+8
| |
| * mingw 64bit toolchainVincent Sanders2012-07-221-40/+54
| |
| * add 32bit mingw32 toolchain supportVincent Sanders2012-07-221-0/+175
| |
| * first pass at mingw toolchainVincent Sanders2012-07-211-0/+161
| |
* | Match NetSurf pixel format to optimise NetSurf's jpeg_cache_convert.Michael Drake2012-08-101-0/+11
|/
* LibPNG version 1.5.12.Michael Drake2012-07-201-2/+2
|
* Add other required packages.Michael Drake2012-07-201-0/+1
|
* Fix package name.Michael Drake2012-07-201-1/+1
|
* Update to build from scratchVincent Sanders2012-07-177-56/+42
| | | | Add basic README containing dependancies and risc os build instructions
* Patch to fix bug in UnixLib stack extension causing the signal handler stack ↵John Mark Bell2011-10-271-0/+88
| | | | | | to be trampled. svn path=/toolchains/; revision=13081
* Fixup bitrot:John Mark Bell2011-10-274-41/+127
| | | | | | | | * Makefile now uses the same scheme as the other toolchains for dependency tracking * Binutils 2.21 is no longer available so migrate to 2.21.1 with a partial backport of GCCSDK r5195 * Introduce patch to fix bug in defmod that causes OSLib builds to fail with GAS 2.21.1 (will be upstreamed asap) svn path=/toolchains/; revision=13080
* Build runes for m68k-atari-mint sdkJohn Mark Bell2011-05-145-2/+46
| | | | svn path=/toolchains/; revision=12409
* Build runes for m68k-atari-mint toolchainJohn Mark Bell2011-05-146-0/+374
| | | | svn path=/toolchains/; revision=12408
* Install OpenURL headersJohn Mark Bell2011-03-091-0/+1
| | | | svn path=/toolchains/; revision=11956
* SDK build runes and patches for ppc-amigaosJohn Mark Bell2011-03-089-3/+133
| | | | svn path=/toolchains/; revision=11941
* Build runes for ppc-amigaos toolchainJohn Mark Bell2011-03-071-0/+157
| | | | svn path=/toolchains/; revision=11932
* Include libraries/Picasso96.h if not already includedJohn Mark Bell2011-01-071-0/+3
| | | | svn path=/toolchains/; revision=11251
* Add OpenURL 7.8 headers to NDK installJohn Mark Bell2011-01-071-1/+9
| | | | svn path=/toolchains/; revision=11237
* Import Picasso96 headers from NDK 3.5 contrib treeJohn Mark Bell2011-01-063-0/+568
| | | | svn path=/toolchains/; revision=11224
* Patch libjpeg to avoid warnings about redefinitions of preprocessor symbolsJohn Mark Bell2011-01-052-1/+6547
| | | | svn path=/toolchains/; revision=11221
* Make my views on installing build host tooling into the target environment clearJohn Mark Bell2011-01-041-0/+1
| | | | svn path=/toolchains/; revision=11195
* Add Infozip to toolchain (patches shamelessly stolen from the GCCSDK ↵John Mark Bell2011-01-044-1/+252
| | | | | | autobuilder) svn path=/toolchains/; revision=11194
* Add makerun to toolchainJohn Mark Bell2011-01-021-1/+15
| | | | svn path=/toolchains/; revision=11187
* Remove OSLib from the SDKJohn Mark Bell2011-01-021-15/+1
| | | | svn path=/toolchains/; revision=11184
* Move OSLib build to the arm-unknown-riscos toolchainJohn Mark Bell2011-01-021-5/+44
| | | | | | Add CCRes to the toolchain svn path=/toolchains/; revision=11183
* Extra patches for zlib to avoid ugly warnings caused by the use of undefined ↵John Mark Bell2011-01-024-1/+68
| | | | | | | | | preprocessor macros RISC OS-specific patch for zlib to stop it erroneously detecting largefile64 support where there is none Ensure we build zlib static and not shared svn path=/toolchains/; revision=11182
* Build runes for RISC OS SDK.John Mark Bell2010-12-302-35/+60
| | | | | | | libxml2 must not depend on libiconv.d, as we may not want libiconv in the SDK (e.g. if iconv is provided by the runtime) Change the way we provide environment to subprocesses -- some buildsystems (i.e. OSLib's) dislike CC being overridden with the target compiler svn path=/toolchains/; revision=11171