mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 10:03:50 +01:00
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.