Skip to content

Commit

Permalink
Merge pull request #2028 from haukepetersen/fix_riotandcpp_makefile
Browse files Browse the repository at this point in the history
examples/riot_and_cpp: cleanup in Makefile
  • Loading branch information
LudwigKnuepfer committed Nov 18, 2014
2 parents 4d674ef + 63455f7 commit fff5748
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions examples/riot_and_cpp/Makefile
Original file line number Diff line number Diff line change
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 fff5748

Please sign in to comment.