1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

ucl-1.03 needs help for recent gcc and for native on aarch64.

modified:   README.SRC
This commit is contained in:
John Reiser 2017-08-23 05:47:16 -07:00
parent 5b54544438
commit 7b554d4f72

View File

@ -61,6 +61,10 @@ Prerequisites
- first of all you need to build the UCL compression library
http://www.oberhumer.com/opensource/ucl/
Use "CC=gcc -std=gnu89" especially with gcc-6.3 and gcc-7.1.
To build for native aarch64 (64-bit ARM) the files config.guess
and config.sub must be updated according to the recipe at
https://www.gnu.org/software/gettext/manual/html_node/config_002eguess.html
Tools needed to build/modify the UPX sources