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

--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jonathan Wakely <r...@gcc.gnu.org>:

https://gcc.gnu.org/g:6885e7e4eef65c657cd8baa0f5e7ebe7231ac984

commit r13-3038-g6885e7e4eef65c657cd8baa0f5e7ebe7231ac984
Author: Arsen ArsenoviÄ <ar...@aarsen.me>
Date:   Fri Sep 16 10:38:41 2022 +0200

    libstdc++: Rework how freestanding install works [PR106953]

    In light of there being far more freestanding headers now, ad-hoc
    maintenance of a subset of the install implementation has become
    unsustainable. Instead, we gate off a part of the normal install routine
    so that it works without HOSTED enabled, as well as subdivide lists of
    headers into freestanding and hosted components, according to the HOSTED
    flag.

    libstdc++-v3/ChangeLog:

            PR libstdc++/106953
            * include/Makefile.am [!_GLIBCXX_HOSTED]: Remove
            install-freestanding-headers, unifying it with the usual
            install-headers
            * include/Makefile.in: Regenerate.

Reply via email to