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
This commit is contained in:
Boris Nagaev 2016-12-21 05:15:38 +01:00
parent ba72178be5
commit eddecf84b0
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ define $(PKG)_BUILD_$(BUILD)
CC='$(BUILD_CC)' \
PKG_CONFIG='$(PREFIX)/$(BUILD)/bin/pkgconf' \
LIBS='-L$(PREFIX)/$(BUILD)/lib -lucl -lz' \
CXXFLAGS=-DUCL_NO_ASM \
CXXFLAGS_WERROR= \
exeext=
cp '$(1)/src/upx' '$(PREFIX)/$(BUILD)/bin/'