Commit a85951f4 by Benjamin Kosnik Committed by Benjamin Kosnik

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
parent 05688bf7
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> 2012-05-03 Jonathan Wakely <jwakely.gcc@gmail.com>
* doc/xml/faq.xml: Update outdated allocator documentation. * doc/xml/faq.xml: Update outdated allocator documentation.
......
...@@ -54,7 +54,7 @@ case ${query} in ...@@ -54,7 +54,7 @@ case ${query} in
echo ${CC} echo ${CC}
;; ;;
--cxxflags) --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@" CXXFLAGS_config="@SECTION_FLAGS@ @CXXFLAGS@ @EXTRA_CXX_FLAGS@"
echo ${CXXFLAGS_default} ${CXXFLAGS_config} echo ${CXXFLAGS_default} ${CXXFLAGS_config}
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment