doc: linker generator is now in plain old python

No more mawk/gawk problems.
This commit is contained in:
Karl Palsson
2018-08-29 10:09:43 +00:00
parent 7c121eda94
commit 87680cd122

View File

@@ -23,8 +23,6 @@ library and all examples. If you're simply hacking on a single example after
that, you can type "make clean; make" in any of the individual project that, you can type "make clean; make" in any of the individual project
directories later. directories later.
Some examples use the libopencm3 dynamic linker script generator. This (currently) requires GNU awk. (mawk will not work) See https://github.com/libopencm3/libopencm3/pull/731
For more verbose output, to see compiler command lines, use "make V=1" For more verbose output, to see compiler command lines, use "make V=1"
For insanity levels of verboseness, use "make V=99" For insanity levels of verboseness, use "make V=99"