nixpkgs/pkgs/stdenv/generic
Matthew Bauer b86e62d30d llvm: support cross compilation with useLLVM flag
You can build (partially) with LLVM toolchain using the useLLVM flag.
This works like so:

  nix-build -A hello --arg crossSystem '{ system =
    "aarch64-unknown-linux-musl"; useLLVM = true }'

also don’t separate debug info in lldClang

It doesn’t work currently with that setup hook. Missing build-id?
2019-02-26 19:45:35 -05:00
..
builder.sh stdenvs: Distinguish between extraBuildInputs and extraNativeBuildInputs 2017-08-18 12:02:13 -04:00
check-meta.nix stdenv: shorten evaluation errors when in Hydra 2018-12-18 10:50:53 -05:00
default-builder.sh
default.nix stdenv: prune libtool files by default (#51767) 2019-01-11 13:20:46 +00:00
make-derivation.nix llvm: support cross compilation with useLLVM flag 2019-02-26 19:45:35 -05:00
setup.sh Merge pull request #49552 from matthewbauer/setup-dedupe 2019-01-27 18:22:41 -05:00