summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-25 07:30:01 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-25 07:30:01 +0100
commit999183f7fddd69903e028a35caa6ff85e255f13e (patch)
tree639afe2fcb28d42d1b4127fba333e64c3bfd47a0 /solenv
parent6d898945d57b53b862c41a3adbd0d4eddd8dfbcd (diff)
Default -ferror-limit=20 doesn't make sense for CompilerTest
Change-Id: Ic535de878c17749cdb2e7a6eadeb27dd2194810e
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/com_GCC_class.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/com_GCC_class.mk b/solenv/gbuild/platform/com_GCC_class.mk
index 3967e200981f..f80336d4237a 100644
--- a/solenv/gbuild/platform/com_GCC_class.mk
+++ b/solenv/gbuild/platform/com_GCC_class.mk
@@ -54,7 +54,7 @@ $(call gb_Helper_abbreviate_dirs,\
$(if $(VISIBILITY),,$(gb_VISIBILITY_FLAGS)) \
$(if $(WARNINGS_NOT_ERRORS),$(if $(ENABLE_WERROR),$(if $(PLUGIN_WARNINGS_AS_ERRORS),$(gb_COMPILER_PLUGINS_WARNINGS_AS_ERRORS))),$(gb_CFLAGS_WERROR)) \
$(if $(5),$(gb_COMPILER_PLUGINS)) \
- $(if $(COMPILER_TEST),-fsyntax-only -Xclang -verify) \
+ $(if $(COMPILER_TEST),-fsyntax-only -ferror-limit=0 -Xclang -verify) \
$(2) \
$(if $(EXTERNAL_CODE),$(gb_CXXFLAGS_Wundef),$(gb_DEFS_INTERNAL)) \
-c $(3) \