summaryrefslogtreecommitdiffstats
path: root/tools/upx
Commit message (Collapse)AuthorAgeFilesLines
* tools: remove static linking supportJo-Philipp Wich2015-02-061-1/+1
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44285
* upx: upgrade to 3.09Luka Perkov2013-08-192-17/+17
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37813
* tools/upx: use HOSTCXX to fix build errors on mac os xFelix Fietkau2013-03-221-1/+2
| | | | SVN-Revision: 36110
* use HOST_STATIC_LINKING instead of hardcoding -staticJo-Philipp Wich2012-08-121-1/+1
| | | | SVN-Revision: 33140
* upx: link staticallyJo-Philipp Wich2012-08-101-2/+2
| | | | SVN-Revision: 33109
* upx: fix build errorNicolas Thill2011-10-211-1/+2
| | | | | | | | | g++ -O2 -Wall -W -Wcast-align -Wcast-qual -Wpointer-arith -Wshadow -Wwrite-strings -Werror -o compress.o -c compress.cpp cc1plus: warnings being treated as errors compress.cpp:75: error: unused parameter 'src' ... SVN-Revision: 28500
* add upx, but make it build only for ppc nowImre Kaloz2011-10-122-0/+190
SVN-Revision: 28428