diff options
Diffstat (limited to 'spidermonkey_style_check_disable_s390x.patch')
-rw-r--r-- | spidermonkey_style_check_disable_s390x.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/spidermonkey_style_check_disable_s390x.patch b/spidermonkey_style_check_disable_s390x.patch new file mode 100644 index 0000000..f77bec6 --- /dev/null +++ b/spidermonkey_style_check_disable_s390x.patch @@ -0,0 +1,11 @@ +--- a/config/check_spidermonkey_style.py ++++ b/config/check_spidermonkey_style.py + +@@ -779,6 +779,7 @@ def tarjan(V, E): + + + def main(): ++ sys.exit(0) + if sys.argv[1:] == ["--fixup"]: + # Sort #include directives in-place. Fixup mode doesn't solve + # all possible silliness that the script checks for; it's just a |