logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

static-link.patch (502B)


  1. SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
  2. SPDX-License-Identifier: LGPL-2.0-or-later
  3. static linking is the only typing of linking mes libc supports, so default to
  4. it.
  5. --- tcc-0.9.27/libtcc.c 2021-01-14 08:25:30.774995301 +1100
  6. +++ tcc-0.9.27/libtcc.c 2021-01-14 08:26:37.594417450 +1100
  7. @@ -734,6 +734,7 @@
  8. ++nb_states;
  9. s->alacarte_link = 1;
  10. + s->static_link = 1;
  11. s->nocommon = 1;
  12. s->warn_implicit_function_declaration = 1;
  13. s->ms_extensions = 1;