]> gcc.gnu.org Git - gcc.git/commit
libstdc++-v3: Have aligned_alloc() on Newlib
authorSebastian Huber <sebastian.huber@embedded-brains.de>
Fri, 10 Aug 2018 06:27:35 +0000 (06:27 +0000)
committerSebastian Huber <sh@gcc.gnu.org>
Fri, 10 Aug 2018 06:27:35 +0000 (06:27 +0000)
commitee6ad3e788868f98fb8cae418231e86f5ace1c0a
tree50d6846b82e49cd59b8c0ae182d52f244742671d
parentf047d28abb2b94ba221e9a04f8a2d6b1af619305
libstdc++-v3: Have aligned_alloc() on Newlib

While building for Newlib, some configure checks must be hard coded.
The aligned_alloc() is supported since 2015 in Newlib.

libstdc++-v3/

PR target/85904
* configure.ac: Define HAVE_ALIGNED_ALLOC if building for
Newlib.
* configure: Regenerate.

From-SVN: r263461
libstdc++-v3/ChangeLog
libstdc++-v3/configure
libstdc++-v3/configure.ac
This page took 0.057536 seconds and 5 git commands to generate.