[Bug target/85904] [7/8 Regression] configure issue cross compiling on netbsd, with patch

sh at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Aug 10 06:28:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85904

--- Comment #9 from sh at gcc dot gnu.org ---
Author: sh
Date: Fri Aug 10 06:27:35 2018
New Revision: 263461

URL: https://gcc.gnu.org/viewcvs?rev=263461&root=gcc&view=rev
Log:
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.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/configure
    trunk/libstdc++-v3/configure.ac


More information about the Gcc-bugs mailing list