updated README.md to reflect Makefile changes

This commit is contained in:
Jan Günter 2021-10-16 15:47:48 +02:00
parent bca3521472
commit 347e135bad
1 changed files with 4 additions and 1 deletions

View File

@ -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.