clang: Disable calling into gcc from clang.
authorVladimir Serbinenko <phcoder@google.com>
Fri, 1 Sep 2017 00:16:41 +0000 (02:16 +0200)
committerFredrik Fornwall <fredrik@fornwall.net>
Fri, 1 Sep 2017 23:45:45 +0000 (01:45 +0200)
commit1a709d1143eb70b33e7e4df808f00b6caf2b8c29
treeab097d6d39df8f67ae1fa06089ac7ffcf05d250a
parent73246f3b26ac3a9666d3546da77a7f80abd84865
clang: Disable calling into gcc from clang.

Clang calls into gcc if it tries to compile a language it doesn't understand.
On termux gcc is a symlink to clang, so this leads into fork loop until
the whole system runs out of memory.
packages/libllvm/gcc_loop.patch [new file with mode: 0644]