im-tomu / toboot

Bootloader for the EFM32HG Tomu Board
https://tomu.im/
GNU General Public License v3.0
72 stars 28 forks source link

Removed C++ parts from Makefile #40

Closed lealanko-rt closed 5 years ago

lealanko-rt commented 5 years ago

Toboot does not use C++ or libstdc++, so a C++ compiler is not required for linking.

xobs commented 5 years ago

Thanks for this! The C++ support is from the previous life of this Makefile building Arduino-like code, so removing it is entirely appropriate.