summaryrefslogtreecommitdiffstats
path: root/contrib/libstdc++/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libstdc++/Makefile.am')
-rw-r--r--contrib/libstdc++/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/libstdc++/Makefile.am b/contrib/libstdc++/Makefile.am
index a4b11a7..98fe098 100644
--- a/contrib/libstdc++/Makefile.am
+++ b/contrib/libstdc++/Makefile.am
@@ -44,6 +44,11 @@ check-script-install: $(top_builddir)/mkcheck
cd testsuite; \
@glibcpp_builddir@/mkcheck 1)
+baseline_file = @baseline_file@
+check-abi: $(top_builddir)/testsuite/abi_check
+ -(cd testsuite; \
+ ./abi_check ${baseline_file})
+
# These rules are messy, but are hella worth it.
doxygen:
-(srcdir=`cd ${top_srcdir}; pwd`; \
OpenPOWER on IntegriCloud