]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++-v3: Have aligned_alloc() on Newlib
authorsh <sh@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Aug 2018 06:27:35 +0000 (06:27 +0000)
committersh <sh@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Aug 2018 06:27:35 +0000 (06:27 +0000)
commit2e920cd849b3cf0a72df4f172e27676a3e70b73f
tree50d6846b82e49cd59b8c0ae182d52f244742671d
parentb0867650679f414dd08fb7c10779ca9a9b72811b
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263461 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/configure
libstdc++-v3/configure.ac