Add patched tcc

Forces static link.
This commit is contained in:
fosslinux 2021-01-14 21:45:36 +11:00
parent 1e822361a9
commit d62ed4c55a
4 changed files with 62 additions and 3 deletions

View file

@ -0,0 +1,10 @@
--- libtcc.c 2021-01-14 08:25:30.774995301 +1100
+++ libtcc.c 2021-01-14 08:26:37.594417450 +1100
@@ -734,6 +734,7 @@
++nb_states;
s->alacarte_link = 1;
+ s->static_link = 1;
s->nocommon = 1;
s->warn_implicit_function_declaration = 1;
s->ms_extensions = 1;