testsuite_flags.in (cxxflags): Also pass @EXTRA_CXX_FLAGS@.

2002-04-17  Phil Edwards  <pme@gcc.gnu.org>

	* testsuite_flags.in (cxxflags):  Also pass @EXTRA_CXX_FLAGS@.

From-SVN: r52450
This commit is contained in:
Phil Edwards 2002-04-18 01:37:42 +00:00
parent b798d8b64d
commit 822ca943a3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-04-17 Phil Edwards <pme@gcc.gnu.org>
* testsuite_flags.in (cxxflags): Also pass @EXTRA_CXX_FLAGS@.
2002-04-17 Benjamin Kosnik <bkoz@redhat.com>
* config/linker-map.gnu (__malloc_alloc_template): Add.

View File

@ -49,7 +49,7 @@ case ${query} in
;;
--cxxflags)
CXXFLAGS=' -g @SECTION_FLAGS@ @SECTION_LDFLAGS@
-fmessage-length=0
-fmessage-length=0 @EXTRA_CXX_FLAGS@
-DDEBUG_ASSERT -DLOCALEDIR="@glibcpp_localedir@" '
echo ${CXXFLAGS}
;;