From 5d5cfdef6bbf71ca38b8fbeeb78ba57731a66a75 Mon Sep 17 00:00:00 2001 From: Camille Mougey Date: Sun, 18 Jan 2015 17:41:27 +0100 Subject: TCC install: use --disable-static instead of sed//-fPIC/ (see #36) --- miasm2/jitter/Jittcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miasm2') diff --git a/miasm2/jitter/Jittcc.c b/miasm2/jitter/Jittcc.c index 476b2048..a1310477 100644 --- a/miasm2/jitter/Jittcc.c +++ b/miasm2/jitter/Jittcc.c @@ -168,7 +168,7 @@ PyObject* tcc_compil(PyObject* self, PyObject* args) fprintf(stderr, "%s\n", func_code); exit(1); } - /* XXX use tinycc devel with -fPIC patch in makefile */ + /* XXX configure tinycc install with --disable-static */ if (tcc_relocate(tcc_state, TCC_RELOCATE_AUTO) < 0) { fprintf(stderr, "tcc relocate error\n"); exit(1); -- cgit 1.4.1