summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-12-30drop cmake supportNicola Murino
It just seems to cause problems and also the Fedora equivalent of this package does not include cmake
2023-10-30remove -D strip=trueNicola Murino
2023-04-25turn lto off by defaultNicola Murino
2021-04-26update to pick newer flags from mingw-w64-environmentNicola Murino
2020-12-02add MESON_EXE_WRAPPER env varNicola Murino
2020-11-04suppress warning with meson 0.56Nicola Murino
2020-05-18toolchain generator: don't crash if *FLAGS aren't setNicola Murino
see usage in mingw-w64-libsoup 2.70.0
2019-12-08add sys_root to the cross file and install meson-cross-file-generatorNicola Murino
2019-12-08use *flags from mingw-w64-environmentNicola Murino
2019-12-02update build flagsNicola Murino
2019-11-17linker flags: add -Wl,-O1,--sort-common,--as-neededNicola Murino
let's see if it breaks something
2019-11-17add mingw-w64-cmake as optdependsNicola Murino
2019-11-17add cmake to binariesNicola Murino
2019-11-17update link args for the new crtNicola Murino
2019-09-08allows to override the strip optionNicola Murino
it is too aggressive with static library and a ranlib is not always enough
2019-05-05allows to disable ltoNicola Murino
2019-01-07readd -Wp for preprocessor optionNicola Murino
2019-01-07add -fno-plt to cflagsNicola Murino
2018-09-03fix sha256sum for toolchain-mingwNicola Murino
2018-09-03use gcc-ranlib tooNicola Murino
2018-09-03Use gcc-ar instead of arMartchus
Prevents issues like: ``` i686-w64-mingw32-ar: glib/glib@@glib-2.0@sha/glist.c.obj: plugin needed to handle lto object ```
2018-06-13remove conflicting cflagsNicola Murino
2018-05-14cross file is now configurableNicola Murino
use the env var CROSS_FILE to set a custom cross file different from the system one use the env var NEED_WINE to use a cross file with wine support
2018-05-11depends on mingw-w64-wineNicola Murino
2018-05-10wine is now a dependsNicola Murino
2018-05-10add a wrapper scriptNicola Murino
thanks to kfg
2018-05-08add arch's cflagsNicola Murino
2018-04-23Initial versionNicola Murino