mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
c449467125
Arduino is always enabling C++11 support, so sketches and libs are depending on it. Every C++ compiler has been enabling C++11 by default for some years now. Still, Ubuntu's avr-gcc is so **horrible** out of date, that it is not enabled there. As a simple work around, -std=c++11 is now passed to the C++ compiler if Arduino is used. |
||
---|---|---|
.. | ||
include | ||
base.cpp | ||
doc.txt | ||
Makefile | ||
Makefile.include | ||
post.snip | ||
pre.snip | ||
serialport.cpp | ||
sketches.inc.mk | ||
SPI.cpp | ||
wireport.cpp |