From 8f9661e5837362e9dcbfe16fb3a98f2cfb427cd9 Mon Sep 17 00:00:00 2001 From: bkoz Date: Sat, 9 Apr 2005 18:50:52 +0000 Subject: 2005-04-08 Benjamin Kosnik * testsuite/Makefile.am: Remove libv3test.a. * testsuite/Makefile.in: Regenerate. * testsuite/lib/libstdc++.exp (v3_target_compile): Fix comments. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97921 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/testsuite/Makefile.am | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'libstdc++-v3/testsuite/Makefile.am') diff --git a/libstdc++-v3/testsuite/Makefile.am b/libstdc++-v3/testsuite/Makefile.am index fa013b6774a..eb6a612f6a0 100644 --- a/libstdc++-v3/testsuite/Makefile.am +++ b/libstdc++-v3/testsuite/Makefile.am @@ -28,29 +28,6 @@ include $(top_srcdir)/fragment.am AM_MAKEFLAGS = -j1 AM_RUNTESTFLAGS = -## CXX is actually a "C" compiler. These are real C++ programs. -testsuite_flags_script=${glibcxx_builddir}/scripts/testsuite_flags -CXX = $(shell ${SHELL} ${testsuite_flags_script} --build-cxx) -GLIBCXX_INCLUDES = $(shell ${SHELL} ${testsuite_flags_script} \ - --build-includes) -AM_CXXFLAGS = $(shell ${SHELL} ${testsuite_flags_script} --cxxflags) - -GLIBGCC_DIR=`$(CC) -print-libgcc-file-name | sed 's,/[^/]*$$,,'` -GLIBCXX_DIR=${glibcxx_builddir}/src/.libs - -CXXLINK = \ - $(LIBTOOL) --tag=CXX --mode=link $(CXX) \ - -R $(GLIBGCC_DIR) -R $(GLIBCXX_DIR) \ - $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -lv3test -L. -o $@ - -## Build support library. -noinst_LIBRARIES = libv3test.a -libv3test_a_SOURCES = \ - testsuite_abi.cc \ - testsuite_allocator.cc \ - testsuite_character.cc \ - testsuite_hooks.cc - all-local: stamp_wchar stamp_thread # Enable wchar_t tests if capable. -- cgit v1.2.1