From 347e135bad49a030d1f66dbd1f4e25e30c64fd2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20G=C3=BCnter?= Date: Sat, 16 Oct 2021 15:47:48 +0200 Subject: [PATCH] updated README.md to reflect Makefile changes --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e25e74d..3cd230f 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,10 @@ Also needs a UTF8 locale and a font that covers: Append `QUIET=true` for less verbose output. - Notice! Manually set `$ARCH` variable if cross-compiling + Append `STRIP=true` to force stripping of debug symbols (adds `-s` linker flag). + + Append `ARCH=` to manually set the target architectur. + If omitted the makefile uses the machine triple (output of `-dumpmachine` compiler parameter) to detect the target system. Use `ADDFLAGS` variable for appending flags to both compiler and linker.