]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Add some more makefile dependencies
authorJonathan Wakely <jwakely@redhat.com>
Thu, 10 Apr 2025 11:56:43 +0000 (12:56 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 2 May 2025 10:42:48 +0000 (11:42 +0100)
commita9ef2ae2e5a7e6d8febdac3806587a1ea555533c
treeca927d71ed1d804e45f10ca3664783d3692ce939
parent9d4cfdde79cf7900bef56773a003b3d5689ad1ce
libstdc++: Add some more makefile dependencies

Add more prerequisites for wchar and dual-abi targets in the src/c++11
directory, and simplify the existing ones (we don't need to add the main
xxx.cc source file as a prerequisite of xxx.o because that's implicit,
we only need to add the ones that Make can't determine on its own).

Also add similar prerequisites for the dual-abi targets in the src/c++17
directory.

libstdc++-v3/ChangeLog:

* src/c++11/Makefile.am: Simplify existing prerequisites for wchar and
dual-abi targets that are built from other sources. Add similar
prerequisites for more wchar and dual-abi files.
* src/c++11/Makefile.in: Regenerate.
* src/c++17/Makefile.am [ENABLE_DUAL_ABI]: Add prerequisites for
dual-abi targets that are built from other sources.
* src/c++17/Makefile.in: Regenerate.
libstdc++-v3/src/c++11/Makefile.am
libstdc++-v3/src/c++11/Makefile.in
libstdc++-v3/src/c++17/Makefile.am
libstdc++-v3/src/c++17/Makefile.in