mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
f3bce19646
build system: Add libstdcpp feature and doc
8 lines
175 B
Makefile
8 lines
175 B
Makefile
CPU_ARCH = mips32r2
|
|
|
|
FEATURES_PROVIDED += arch_32bit
|
|
FEATURES_PROVIDED += arch_mips32r2
|
|
FEATURES_PROVIDED += cpp
|
|
FEATURES_PROVIDED += libstdcpp
|
|
FEATURES_PROVIDED += periph_pm
|