Enable libstdc++ compilation on AVR targets
authorFelipe Magno de Almeida <felipe@expertisesolutions.com.br>
Tue, 6 Dec 2016 17:58:05 +0000 (17:58 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 6 Dec 2016 17:58:05 +0000 (17:58 +0000)
commit6649ad7efdd583d84099beb5ee2b03a0ed28b9ee
tree1621ad17b46a82f0509615dd7d2fe5f2ebf4b882
parent34022d2b2e55c34e2a86af04d9bfe5548e71f63e
Enable libstdc++ compilation on AVR targets

Enable libstdc++ compilation in AVR targets with AVR-Libc. Most
floating point math functions are already defined in AVR-Libc, so
defines are in place to avoid multiple definition of these functions.

2016-12-06  Felipe Magno de Almeida  <felipe@expertisesolutions.com.br>

* crossconfig.m4: Add avr target for cross-compilation.
* configure: Regenerate.

From-SVN: r243309
libstdc++-v3/ChangeLog
libstdc++-v3/configure
libstdc++-v3/crossconfig.m4