Merge pull request #1606 from LuaAndC/upx-no-asm

native upx: disable asm
This commit is contained in:
Boris Nagaev 2016-12-20 20:18:08 -08:00 committed by GitHub
commit f88e55117e
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/'