summarylogtreecommitdiffstats
path: root/fix_compiler.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix_compiler.patch')
-rw-r--r--fix_compiler.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/fix_compiler.patch b/fix_compiler.patch
deleted file mode 100644
index 271ea016c55e..000000000000
--- a/fix_compiler.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ccompiler.py
-+++ ccompiler.py
-@@ -639,7 +639,7 @@
- return version
-
- try:
-- output = subprocess.check_output(version_cmd)
-+ output = subprocess.check_output(version_cmd, stderr=subprocess.STDOUT)
- except subprocess.CalledProcessError as exc:
- output = exc.output
- status = exc.returncode