From 1431ba3a99582e4c3d2693ac37e57f361858affd Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Mon, 11 Jun 2018 18:39:44 +0200 Subject: [PATCH] bootstrappable: Force static link. --- libtcc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libtcc.c b/libtcc.c index 3448f44..02ab850 100644 --- a/libtcc.c +++ b/libtcc.c @@ -735,6 +735,9 @@ LIBTCCAPI TCCState *tcc_new(void) tcc_state = s; ++nb_states; +#if BOOTSTRAP + s->static_link = 1; +#endif s->alacarte_link = 1; s->nocommon = 1; s->warn_implicit_function_declaration = 1; -- 2.16.2 get'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/ncdu.scm
AgeCommit message (Expand)Author
2024-07-11gnu: ncdu-1: Update to 1.20....* gnu/packages/ncdu.scm (ncdu-1): Update to 1.20. Change-Id: I3f29318597d6e3f5e120bc1f5e51a7c7f35f52f2 Efraim Flashner