Loading pkgs/os-specific/bsd/freebsd/pkgs/mkDerivation.nix +1 −1 Original line number Diff line number Diff line Loading @@ -89,7 +89,7 @@ lib.makeOverridable ( # TODO should CC wrapper set this? CPP = "${stdenv'.cc.targetPrefix}cpp"; # Since STRIP below is the flag # Since STRIP in `makeFlags` has to be a flag, not the binary itself STRIPBIN = "${stdenv'.cc.bintools.targetPrefix}strip"; } // lib.optionalAttrs stdenv'.isDarwin { MKRELRO = "no"; } Loading pkgs/os-specific/bsd/openbsd/pkgs/mkDerivation.nix +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ lib.makeOverridable ( # TODO should CC wrapper set this? CPP = "${stdenv'.cc.targetPrefix}cpp"; # Since STRIP below is the flag # Since STRIP in `makeFlags` has to be a flag, not the binary itself STRIPBIN = "${stdenv'.cc.bintools.targetPrefix}strip"; } // lib.optionalAttrs (attrs.headersOnly or false) { Loading Loading
pkgs/os-specific/bsd/freebsd/pkgs/mkDerivation.nix +1 −1 Original line number Diff line number Diff line Loading @@ -89,7 +89,7 @@ lib.makeOverridable ( # TODO should CC wrapper set this? CPP = "${stdenv'.cc.targetPrefix}cpp"; # Since STRIP below is the flag # Since STRIP in `makeFlags` has to be a flag, not the binary itself STRIPBIN = "${stdenv'.cc.bintools.targetPrefix}strip"; } // lib.optionalAttrs stdenv'.isDarwin { MKRELRO = "no"; } Loading
pkgs/os-specific/bsd/openbsd/pkgs/mkDerivation.nix +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ lib.makeOverridable ( # TODO should CC wrapper set this? CPP = "${stdenv'.cc.targetPrefix}cpp"; # Since STRIP below is the flag # Since STRIP in `makeFlags` has to be a flag, not the binary itself STRIPBIN = "${stdenv'.cc.bintools.targetPrefix}strip"; } // lib.optionalAttrs (attrs.headersOnly or false) { Loading