mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 16:32:45 +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
|