The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
433 B
8 lines
433 B
## Added support for Texas Instruments MSP430 and ARM compilers |
|
|
|
Meson now supports the TI [MSP430](https://www.ti.com/tool/MSP-CGT) and |
|
[ARM](https://www.ti.com/tool/ARM-CGT) toolchains. The compiler and linker are |
|
identified as `ti` and `ti-ar`, respectively. To maintain backwards |
|
compatibility with existing build definitions, the [C2000 |
|
toolchain](https://www.ti.com/tool/C2000-CGT) is still identified as `c2000` and |
|
`ar2000`.
|
|
|