Commit Graph

13 Commits

Author SHA1 Message Date
Tony Theodore 01e2a64d00 cross packages: replace dependency gcc with cc 2017-12-23 08:19:00 +11:00
Viktor Szakats 45d34aaac7 more URL updates 2017-03-10 13:59:00 +00:00
Viktor Szakats e961e447fb URL updates 2017-03-04 10:33:47 +00:00
Boris Nagaev 74163f1794 add _WEBSITE and _DESCR fields to core packages
See https://github.com/mxe/mxe/issues/1422

Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41
2016-12-22 22:25:48 +01:00
Boris Nagaev eddecf84b0 native upx: disable asm
It fails to build on 32-bit Ubuntu due to attempt to use ASM version.

See http://lists.nongnu.org/archive/html/mingw-cross-env-list/2016-12/msg00000.html
2016-12-21 05:15:38 +01:00
Boris Nagaev 647ea47b82 apply `make cleanup-deps-style` 2016-12-05 09:40:54 +01:00
Boris Nagaev 6adb5ade12 Copyright headers: point to LICENSE.md and shorten
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
2016-08-27 12:31:29 +03:00
Tony Theodore 2f89e0f23e upx: restyle indents and quoting 2016-08-20 16:25:16 +10:00
Tony Theodore d21c1455d3 upx: disable -Werror on native builds
See: 3ab014bd56 (r75447401)

Tested on OSX clang-700.1.81, gcc6 6.1.0_0, and gcc5 5.4.0_0
2016-08-20 16:13:43 +10:00
rr- f907a06b85 upx: fix build with gcc6 2016-08-17 09:30:41 +10:00
Tony Theodore cc4509ccea upx: fix unused-local-typedef errors on OSX
resulting executable works and compresses fine
2016-01-10 21:43:13 +11:00
Boris Nagaev 513096f06e add native builds for upx, ucl, zlib
fix #988
2016-01-10 21:43:13 +11:00
Boris Nagaev eab4194fc8 add package upx 2015-11-10 04:25:40 +03:00