mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 05:30:26 +08:00
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:
parent
b798d8b64d
commit
822ca943a3
@ -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.
|
||||
|
@ -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}
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user