[gcc r16-8408] libstdc++: Add new-abi-baseline target to main Makefile
Jonathan Wakely
redi@gcc.gnu.org
Thu Apr 2 07:25:34 GMT 2026
https://gcc.gnu.org/g:9c81094809efbcf154939b83a3787cbc543e80b5
commit r16-8408-g9c81094809efbcf154939b83a3787cbc543e80b5
Author: Jonathan Wakely <jwakely@redhat.com>
Date: Wed Apr 1 14:55:28 2026 +0100
libstdc++: Add new-abi-baseline target to main Makefile
This allows you to run 'make new-abi-baseline' in the
$target/libstdc++-v3 build directory instead of only in the testsuite
subdirectory.
libstdc++-v3/ChangeLog:
* Makefile.am (new-abi-baseline): New target.
* Makefile.in: Regenerate.
Reviewed-by: Tomasz Kamiński <tkaminsk@redhat.com>
Diff:
---
libstdc++-v3/Makefile.am | 3 +++
libstdc++-v3/Makefile.in | 3 +++
2 files changed, 6 insertions(+)
diff --git a/libstdc++-v3/Makefile.am b/libstdc++-v3/Makefile.am
index b0da23c7e1db..0a8f4beb0399 100644
--- a/libstdc++-v3/Makefile.am
+++ b/libstdc++-v3/Makefile.am
@@ -124,6 +124,9 @@ install-ps:
dvi:
install-dvi:
+new-abi-baseline:
+ $(MAKE) -C testsuite $@
+
# Multilib support.
MAKEOVERRIDES=
diff --git a/libstdc++-v3/Makefile.in b/libstdc++-v3/Makefile.in
index 5d2570b31cb8..915e9acbf2f3 100644
--- a/libstdc++-v3/Makefile.in
+++ b/libstdc++-v3/Makefile.in
@@ -830,6 +830,9 @@ install-ps:
dvi:
install-dvi:
+new-abi-baseline:
+ $(MAKE) -C testsuite $@
+
# All the machinations with string instantiations messes up the
# automake-generated TAGS rule. Make a simple one here.
TAGS: tags-recursive $(LISP)
More information about the Libstdc++-cvs
mailing list