From (almost) all points of view, the Xtensa toolchain can be treated as a regular GCC toolchain. This patch adds very basic support so that, at least, meson does not fail when trying to use "xt-xcc" (which makes it possible to use it without problems).pull/5265/head
parent
841995cddf
commit
d81dfcba74
2 changed files with 6 additions and 1 deletions
@ -0,0 +1,5 @@ |
||||
## Added basic support for the Xtensa CPU toolchain |
||||
|
||||
You can now use `xt-xcc`, `xt-xc++`, `xt-nm`, etc... on your cross compilation |
||||
file and meson won't complain about an unknown toolchain. |
||||
|
Loading…
Reference in new issue