Skip to content

Commit

Permalink
examples/riot_and_cpp: cleanup in Makefile
Browse files Browse the repository at this point in the history
removed some deprecated comments about C++
  • Loading branch information
haukepetersen committed Nov 18, 2014
1 parent 594d925 commit 63455f7
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions examples/riot_and_cpp/Makefile
Expand Up @@ -30,23 +30,6 @@ QUIET ?= 1
# Features required
FEATURES_REQUIRED += cpp

# This example only works with native for now.
# msb430-based boards: msp430-g++ is not provided in mspgcc.
# (People who want use c++ can build c++ compiler from source, or get binaries from Energia http://energia.nu/)
# msba2: some changes should be applied to successfully compile c++. (_kill_r, _kill, __dso_handle)
# stm32f0discovery: g++ does not support some used flags (e.g. -mthumb...)
# stm32f3discovery: g++ does not support some used flags (e.g. -mthumb...)
# stm32f4discovery: g++ does not support some used flags (e.g. -mthumb...)
# pca10000: g++ does not support some used flags (e.g. -mthumb...)
# pca10005: g++ does not support some used flags (e.g. -mthumb...)
# yunjia-nrf51822: g++ does not support some used flags (e.g. -mthumb...)
# iot-lab_M3: g++ does not support some used flags (e.g. -mthumb...)
# arduino-mega2560: cstdio header missing from avr-libc
# msbiot g++ does not support some used flags (e.g. -mthumb...)
# samr21-xpro g++ does not support some used flags (e.g. -mthumb...)
# cc2538dk: g++ does not support some used flags (e.g. -mthumb...)
# others: untested.

# If you want to add some extra flags when compile c++ files, add these flags
# to CXXEXFLAGS variable
CXXEXFLAGS +=
Expand Down

0 comments on commit 63455f7

Please sign in to comment.