summaryrefslogtreecommitdiff
path: root/external/python3/python-3.3.0-clang.patch.1
diff options
context:
space:
mode:
Diffstat (limited to 'external/python3/python-3.3.0-clang.patch.1')
-rw-r--r--external/python3/python-3.3.0-clang.patch.113
1 files changed, 0 insertions, 13 deletions
diff --git a/external/python3/python-3.3.0-clang.patch.1 b/external/python3/python-3.3.0-clang.patch.1
deleted file mode 100644
index 9001110fbed4..000000000000
--- a/external/python3/python-3.3.0-clang.patch.1
+++ /dev/null
@@ -1,13 +0,0 @@
--*- Mode: diff -*-
-
---- python3/setup.py
-+++ python3/setup.py
-@@ -436,7 +436,7 @@
- if ret >> 8 == 0:
- with open(tmpfile) as fp:
- for line in fp.readlines():
-- if line.startswith("gcc version"):
-+ if line.startswith("gcc version") or line.startswith("clang -cc1 version"):
- is_gcc = True
- elif line.startswith("#include <...>"):
- in_incdirs = True