]> xenbits.xensource.com Git - unikraft/libs/gcc.git/commit
Makefile.uk: Skip building types.c and closures.c with Python3 RELEASE-0.4 RELEASE-0.5
authorCostin Lupu <costin.lupu@cs.pub.ro>
Sun, 13 Oct 2019 15:03:33 +0000 (18:03 +0300)
committerFelipe Huici <felipe.huici@neclab.eu>
Tue, 15 Oct 2019 07:07:12 +0000 (09:07 +0200)
commita9d68496a52f324bfa32ee52d46b7ab62353ec38
tree75d5ceb56161a9c3f2bcd27630c52244799c8665
parentb03bb74146a98b0b529b5b76ef6018e6bacb0e26
Makefile.uk: Skip building types.c and closures.c with Python3

Python3 comes with its own types and closures when enabling the _ctypes
extension. We currently check if the extension is enabled, but a more
generic symbol should be defined at some point.

Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
Makefile.uk