Skip to content

Make it possible to statically link system libraries #10807

@ghost

Description

The major use cases:

  • unified snapshots for Linux: {i686,x86_64}-unknown-linux-{gnu,uclibc(,newlib?)} and x86_64-unknown-linux-gnux32 can all run on the same 64-bit kernel. This would make eventual porting easier.
  • rescue/bootstrap utilities that don't depend on the host environment
  • whole-program LTO where possible
  • embedded
  • single-executable Windows binaries that need no installer (see also: include! and gcc/MinGW's -static-libgcc flag)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions