From ee6ad3e788868f98fb8cae418231e86f5ace1c0a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 10 Aug 2018 06:27:35 +0000 Subject: 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/configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libstdc++-v3/configure') diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index d33081d..53803b7 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -28967,6 +28967,8 @@ else $as_echo "#define HAVE_TANHF 1" >>confdefs.h + $as_echo "#define HAVE_ALIGNED_ALLOC 1" >>confdefs.h + $as_echo "#define HAVE_ICONV 1" >>confdefs.h $as_echo "#define HAVE_MEMALIGN 1" >>confdefs.h -- cgit v1.1