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
pull/1606/head
Boris Nagaev 8 years ago
parent ba72178be5
commit eddecf84b0

@ -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/'

Loading…
Cancel
Save