README: Add note about static toolchain.
This commit is contained in:
parent
27c8eaf6f5
commit
97ae7965e2
9
README
9
README
@ -77,3 +77,12 @@ run the compiler with corresponding include and lib dir flags:
|
|||||||
xtensa-lx106-elf-gcc -I$(THISDIR)/sdk/include -L$(THISDIR)/sdk/lib
|
xtensa-lx106-elf-gcc -I$(THISDIR)/sdk/include -L$(THISDIR)/sdk/lib
|
||||||
|
|
||||||
Extra -I and -L flags are not needed for standalone SDK.
|
Extra -I and -L flags are not needed for standalone SDK.
|
||||||
|
|
||||||
|
|
||||||
|
Additional configuration
|
||||||
|
========================
|
||||||
|
|
||||||
|
You can build statically linked toolchain by uncommenting
|
||||||
|
CT_STATIC_TOOLCHAIN=y option in crosstool-config-overrides
|
||||||
|
file. More fine-tunable options may be available in that
|
||||||
|
file and/or Makefile.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user