From 7b554d4f720b9c8d156598eb7c9a60add4b8ad35 Mon Sep 17 00:00:00 2001 From: John Reiser Date: Wed, 23 Aug 2017 05:47:16 -0700 Subject: [PATCH] ucl-1.03 needs help for recent gcc and for native on aarch64. modified: README.SRC --- README.SRC | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.SRC b/README.SRC index 2f9259bd..cf3aafb4 100644 --- a/README.SRC +++ b/README.SRC @@ -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