From b55999b28f0c7afd193b75d089323cb5489b85f7 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Fri, 2 Jun 2017 12:22:36 -0400 Subject: doc: Document `dontStripHost` and `dontStripTarget` --- doc/stdenv.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc/stdenv.xml') diff --git a/doc/stdenv.xml b/doc/stdenv.xml index 67f2491461449..c62f8ad362fa0 100644 --- a/doc/stdenv.xml +++ b/doc/stdenv.xml @@ -1138,6 +1138,20 @@ following: If set, libraries and executables are not stripped. By default, they are. + + dontStripHost + + Like dontStripHost, but only affects the strip command targetting the package's host platform. + Useful when supporting cross compilation, but otherwise feel free to ignore. + + + + dontStripTarget + + Like dontStripHost, but only affects the strip command targetting the packages' target platform. + Useful when supporting cross compilation, but otherwise feel free to ignore. + + dontMoveSbin -- cgit 1.4.1