Are there GPL concerns with glibc cross-compilation?

Zig generates code that links dynamically with glibc symbols (allowed by LGPL). There is static linking of the gcc runtime library (allowed by the GPL license exception).

To get the entire picture see:

2 Likes