ivandavidov / minimal

Minimal Linux Live (MLL) is a tiny educational Linux distribution, which is designed to be built from scratch by using a collection of automated shell scripts. Minimal Linux Live offers a core environment with just the Linux kernel, GNU C library, and Busybox userland utilities.
https://ivandavidov.github.io/minimal
GNU General Public License v3.0
1.53k stars 300 forks source link

Added bundle to build GCC support library (libgcc_s.so) #231

Closed TobiasFaller closed 3 years ago

TobiasFaller commented 3 years ago

The function pthread_cancel requires the GCC support library libgcc_s.so.1 to be present. The added bundle enables to build this support library and install it into the /lib overlay directlory. The compilation of the support library currently requires the compilation of GCC due to internal make target dependencies.