This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PR libstdc++/81797 Add .NOTPARALLEL to include/Makefile for darwin


This adds the special .NOTPARALLEL target to include/Makefile when
building on darwin, to work around an apparent bug in the APFS
filesystem.


    PR libstdc++/81797
    * configure.ac (INCLUDE_DIR_NOTPARALLEL): Define.
    * configure: Regenerate.
    * include/Makefile.am (INCLUDE_DIR_NOTPARALLEL): Add .NOTPARALLEL when
    defined.
    * include/Makefile.in: Regenerate.


Tested powerpc64le-linux, and FX reports it works on Darwin. I'll
backport this to the active branches too.

Attachment: patch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]