mirror of git://gcc.gnu.org/git/gcc.git
testsuite_flags.in (--cxxflags): Let CXXFLAGS set -g -O2.
2012-03-23 Benjamin Kosnik <bkoz@redhat.com> * scripts/testsuite_flags.in (--cxxflags): Let CXXFLAGS set -g -O2. * testsuite/lib/libstdc++.exp: Same. From-SVN: r185744
This commit is contained in:
parent
0563022a20
commit
5cb1034785
|
@ -1,3 +1,8 @@
|
||||||
|
2012-03-23 Benjamin Kosnik <bkoz@redhat.com>
|
||||||
|
|
||||||
|
* scripts/testsuite_flags.in (--cxxflags): Let CXXFLAGS set -g -O2.
|
||||||
|
* testsuite/lib/libstdc++.exp: Same.
|
||||||
|
|
||||||
2012-03-23 Paolo Carlini <paolo.carlini@oracle.com>
|
2012-03-23 Paolo Carlini <paolo.carlini@oracle.com>
|
||||||
|
|
||||||
* include/bits/forward_list.h: Slightly tweak two comments.
|
* include/bits/forward_list.h: Slightly tweak two comments.
|
||||||
|
|
|
@ -54,7 +54,7 @@ case ${query} in
|
||||||
echo ${CC}
|
echo ${CC}
|
||||||
;;
|
;;
|
||||||
--cxxflags)
|
--cxxflags)
|
||||||
CXXFLAGS_default="-g -O2 -D_GLIBCXX_ASSERT -fmessage-length=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}
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -212,7 +212,7 @@ proc libstdc++_init { testfile } {
|
||||||
|
|
||||||
# Default settings.
|
# Default settings.
|
||||||
set cxx [transform "g++"]
|
set cxx [transform "g++"]
|
||||||
set cxxflags "-g -O2 -D_GLIBCXX_ASSERT -fmessage-length=0"
|
set cxxflags "-D_GLIBCXX_ASSERT -fmessage-length=0"
|
||||||
set cxxpchflags ""
|
set cxxpchflags ""
|
||||||
set cxxldflags ""
|
set cxxldflags ""
|
||||||
set cc [transform "gcc"]
|
set cc [transform "gcc"]
|
||||||
|
|
Loading…
Reference in New Issue