diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-14 01:15:36 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-14 01:15:36 +0000 |
commit | 5ffc3b87b9ef20f3e2f7e1a2abe0bb4f0d0de6e3 (patch) | |
tree | 1ed29dbb4d80462a7bbcb51d061f4b720091f586 /libstdc++-v3/testsuite_flags.in | |
parent | 14c42a3e5a42b1040e6a0ece3c9ae15bf64347d6 (diff) | |
download | gcc-5ffc3b87b9ef20f3e2f7e1a2abe0bb4f0d0de6e3.tar.gz |
2001-05-13 Benjamin Kosnik <bkoz@redhat.com>
Switch over to new harness.
* testsuite_flags.in: Tweaks via Gaby.
* testsuite/Makefile.am: Change tool to libstdc++-v3.
(EXPECT): Quote directly.
(RUNTEST): Same.
* configure.in: Output testsuite_flags.
* acinclude.m4: Substitute src, bld, and prefix dirs.
Remove glibcpp_expect, glibcpp_runtestflags.
* Makefile.am (RUNTESTFLAGS): Pass this down to subdirs.
* mkcheck.in: Port to new interface.
* aclocal.m4: Regerate.
* configure: Regnerate.
* Makefile.in: Regnerate.
* */Makefile.in: Regenerate.
* tests_flags.in: Remove.
* testsuite/lib/libstdc++.exp: Remove.
* testsuite/libstdc++.tests/tests.exp: Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42055 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/testsuite_flags.in')
-rwxr-xr-x | libstdc++-v3/testsuite_flags.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libstdc++-v3/testsuite_flags.in b/libstdc++-v3/testsuite_flags.in index e33fc8d78ee..cec805735e0 100755 --- a/libstdc++-v3/testsuite_flags.in +++ b/libstdc++-v3/testsuite_flags.in @@ -12,11 +12,11 @@ print_usage() { cat <<EOF Usage: - tests_flags --install-includes - --build-includes - --build-cxx - --install-cxx - --cxxflags + testsuite_flags --install-includes + --build-includes + --build-cxx + --install-cxx + --cxxflags EOF } @@ -44,7 +44,7 @@ case ${query} in echo ${CXX} ;; --build-cxx) - CC_build="@glibcpp_CXX@ -static " + CC_build="@glibcpp_CXX@" CXX=`echo $CC_build | sed 's/xgcc/g++/g'` echo ${CXX} ;; |