summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Günter <jan.guenter@googlemail.com>2021-10-16 15:47:48 +0200
committerJan Günter <jan.guenter@googlemail.com>2021-10-16 15:47:48 +0200
commit347e135bad49a030d1f66dbd1f4e25e30c64fd2a (patch)
treed487462c7609de9a0f0ca250039e1811ef2bf60c
parentbca35214728ce72b0e47a15df3d1c2ec5a6627e5 (diff)
updated README.md to reflect Makefile changes
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
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=<architecture>` 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.