Skip to content
Snippets Groups Projects
  • Josh Triplett's avatar
    ac0a7839
    Add support for building with static glibc · ac0a7839
    Josh Triplett authored
    This will need corresponding changes in rust-lang/rust to activate, but
    this will make it possible to make those changes.
    
    Note that despite the apparent redundancy in config directives, the link
    directives cannot be simplified any further. Attempting to factor out
    the checks for `target_feature = "crt-static"` does not work.
    ac0a7839
    History
    Add support for building with static glibc
    Josh Triplett authored
    This will need corresponding changes in rust-lang/rust to activate, but
    this will make it possible to make those changes.
    
    Note that despite the apparent redundancy in config directives, the link
    directives cannot be simplified any further. Attempting to factor out
    the checks for `target_feature = "crt-static"` does not work.