Add -fno-show-column to libstdc++ test flags
* scripts/testsuite_flags.in: Add -fno-show-column to cxxflags. From-SVN: r238993
This commit is contained in:
parent
0e84fd1724
commit
64dde68296
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2016-08-02 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* scripts/testsuite_flags.in: Add -fno-show-column to cxxflags.
|
||||
|
||||
* testsuite/18_support/bad_exception/23591_thread-1.c: Skip test if
|
||||
options are present that aren't valid for C.
|
||||
* testsuite/abi/header_cxxabi.c: Likewise.
|
||||
|
|
|
@ -56,7 +56,7 @@ case ${query} in
|
|||
echo ${CC}
|
||||
;;
|
||||
--cxxflags)
|
||||
CXXFLAGS_default="-D_GLIBCXX_ASSERT -fmessage-length=0"
|
||||
CXXFLAGS_default="-D_GLIBCXX_ASSERT -fmessage-length=0 -fno-show-column"
|
||||
CXXFLAGS_config="@SECTION_FLAGS@ @EXTRA_CXX_FLAGS@"
|
||||
echo ${CXXFLAGS_default} ${CXXFLAGS_config}
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue