summaryrefslogtreecommitdiffstats
path: root/plugins/examples/host-toolchain
Commit message (Collapse)AuthorAgeFilesLines
* more URL updatesViktor Szakats2017-03-102-3/+3
|
* gcc cloog: remove unnecessary rules/variables/optionsTony Theodore2017-02-041-2/+2
|
* Add options to strip toolchain, executables, and libsTony Theodore2016-10-232-3/+2
| | | | | | | | | | | | | | | | | Minimal implementation to strip the [largest files][lf-gist] by default, mostly made up of gcc/binutils and test programs. gdal and geos both produce large libraries, but the libs themselves aren't worth stripping, it's the 20 odd programs produced by gdal with those libs statically linked that consume the most space. I'm leaving these undocumented as the defaults seems reasonable and the interface may well change when we enable debug/release variants. closes #985 closes #1249 [lf-gist]:https://github.com/mxe/mxe/issues/1249#issuecomment-193392038
* Copyright headers: point to LICENSE.md and shortenBoris Nagaev2016-08-277-14/+7
| | | | | | | | | | | | | | | | | | | The following script was applied: sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE') sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \ $(git grep -l 'part of MXE.*See index.html') before='This file is part of MXE. See index.html for further information.' after='This file is part of MXE. See LICENSE.md for licensing information.' sed "s/$before/$after/" -i $(git grep -l 'part of MXE') Then git grep 'index.html for further information' revealed two other files. One of them was patched manually (patch.mk). Makefile has text "See index.html for further information" unrelated to licensing. See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
* host-tools plugin: install prefixed binutils and strip binariesTony Theodore2016-08-082-2/+14
|
* host-toolchain plugin: fix shared libgcc and qt toolsTony Theodore2016-08-064-5/+39
| | | | | | add winpthreads until gcc is built once per arch #1019 fixes #950
* host-toolchain plugin: use new BUILD_DIR, SOURCE_DIR, $(PKG)_PATCHES variablesTony Theodore2016-07-165-37/+34
|
* host-toolchain plugin: add pkgconf/pkg-configTony Theodore2016-07-162-0/+58
|
* host-toolchain plugin: improve READMETony Theodore2016-07-161-19/+28
|
* host-toolchain plugin: binary compare gcc cross and host outputTony Theodore2016-07-162-3/+14
|
* host-toolchain plugin: add cmake notesTony Theodore2016-07-161-0/+22
|
* host-toolchain plugin: build qt5 test and cmake, add `make` binary downloadTony Theodore2016-07-166-17/+94
|
* gcc-host plugin: fix conflict with target libiconvTony Theodore2016-07-121-0/+1
|
* qt5-host-tools: update READMETony Theodore2016-07-091-1/+12
|
* add qt5-host-tools example pluginTony Theodore2016-07-091-0/+52
| | | | starting point for #950, builds `qmake.exe`, `rcc.exe`, etc
* add host toolchain example pluginTony Theodore2016-06-184-0/+101