mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-24 11:24:05 +08:00
libstdc++v3: Explicitly disable carets and colorization within testsuite
libstdc++-v3/ChangeLog: * testsuite/lib/libstdc++.exp (v3_target_compile): Add -fno-diagnostics-show-caret -fdiagnostics-color=never to option's additional_flags. From-SVN: r229876
This commit is contained in:
parent
bae4ce0ff3
commit
9a4bbd5dd2
@ -1,3 +1,9 @@
|
||||
2015-11-06 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
* testsuite/lib/libstdc++.exp (v3_target_compile): Add
|
||||
-fno-diagnostics-show-caret -fdiagnostics-color=never to
|
||||
option's additional_flags.
|
||||
|
||||
2015-11-03 Jason Merrill <jason@redhat.com>
|
||||
|
||||
* libsupc++/new: Declare sized deletes.
|
||||
|
@ -467,6 +467,8 @@ proc v3_target_compile { source dest type options } {
|
||||
global STATIC_LIBCXXFLAGS
|
||||
global tool
|
||||
|
||||
lappend options "additional_flags=-fno-diagnostics-show-caret -fdiagnostics-color=never"
|
||||
|
||||
if { [target_info needs_status_wrapper] != "" && [info exists gluefile] } {
|
||||
lappend options "libs=${gluefile}"
|
||||
lappend options "ldflags=${wrap_flags}"
|
||||
|
Loading…
Reference in New Issue
Block a user