summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/configure.in
diff options
context:
space:
mode:
authorgdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>2000-11-26 12:20:50 +0000
committergdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>2000-11-26 12:20:50 +0000
commit5e0d76db7312c617ca48959b739e2380e16f83f5 (patch)
treeb90f795174fd1f5cb94eb1f865c393e5eec35f85 /libstdc++-v3/configure.in
parenta39d4cea0297156e4ed13050230f4e9719b8d08c (diff)
downloadppe42-gcc-5e0d76db7312c617ca48959b739e2380e16f83f5.tar.gz
ppe42-gcc-5e0d76db7312c617ca48959b739e2380e16f83f5.zip
libstdc++-v3:
* tests_flags.in: New file. Split out of ... * mkcheck.in: ... this. Move flags computation into tests_flags.in. * configure.in: Add support for tests_flags. * confiigure: Regenerate. gcc/testsuite: * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler' instead of 'mkcheck 2'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37756 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure.in')
-rw-r--r--libstdc++-v3/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/libstdc++-v3/configure.in b/libstdc++-v3/configure.in
index 8c6d232f155..b54450a23e9 100644
--- a/libstdc++-v3/configure.in
+++ b/libstdc++-v3/configure.in
@@ -226,11 +226,12 @@ fi
# place. To work around this not being passed down from config-ml.in
# -> top_srcdir/Makefile.am -> top_srcdir/src/Makefile.am, manually
# append it here.
-AC_OUTPUT(mkcheck Makefile src/Makefile libmath/Makefile libio/Makefile libsupc++/Makefile,
+AC_OUTPUT(tests_flags mkcheck Makefile src/Makefile libmath/Makefile libio/Makefile libsupc++/Makefile,
[if test -n "$CONFIG_FILES"; then
ac_file=Makefile . ${glibcpp_basedir}/../config-ml.in
grep '^MULTISUBDIR =' Makefile >> src/Makefile
fi
+chmod +x tests_flags
chmod +x mkcheck
],
srcdir=${srcdir}
OpenPOWER on IntegriCloud