testsuite_flags.in (cxxflags): Remove -ftrack-macro-expansion=0.
2012-05-03 Benjamin Kosnik <bkoz@redhat.com> * scripts/testsuite_flags.in (cxxflags): Remove -ftrack-macro-expansion=0. From-SVN: r187117
This commit is contained in:
parent
05688bf703
commit
a85951f442
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-05-03 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* scripts/testsuite_flags.in (cxxflags): Remove
|
||||
-ftrack-macro-expansion=0.
|
||||
|
||||
2012-05-03 Jonathan Wakely <jwakely.gcc@gmail.com>
|
||||
|
||||
* doc/xml/faq.xml: Update outdated allocator documentation.
|
||||
|
|
|
@ -54,7 +54,7 @@ case ${query} in
|
|||
echo ${CC}
|
||||
;;
|
||||
--cxxflags)
|
||||
CXXFLAGS_default="-D_GLIBCXX_ASSERT -fmessage-length=0 -ftrack-macro-expansion=0"
|
||||
CXXFLAGS_default="-D_GLIBCXX_ASSERT -fmessage-length=0"
|
||||
CXXFLAGS_config="@SECTION_FLAGS@ @CXXFLAGS@ @EXTRA_CXX_FLAGS@"
|
||||
echo ${CXXFLAGS_default} ${CXXFLAGS_config}
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue