summary refs log tree commit diff
path: root/doc/stdenv.xml
diff options
context:
space:
mode:
authorJohn Ericson <Ericson2314@Yahoo.com>2017-06-02 12:22:36 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2017-12-30 22:41:44 -0500
commitb55999b28f0c7afd193b75d089323cb5489b85f7 (patch)
treea64270de3e2cf2af3de53422b600b46f6247dfd9 /doc/stdenv.xml
parent7ffc4e1b2ff051ff5c012f411ac824b89a160dd6 (diff)
downloadnixlib-b55999b28f0c7afd193b75d089323cb5489b85f7.tar
nixlib-b55999b28f0c7afd193b75d089323cb5489b85f7.tar.gz
nixlib-b55999b28f0c7afd193b75d089323cb5489b85f7.tar.bz2
nixlib-b55999b28f0c7afd193b75d089323cb5489b85f7.tar.lz
nixlib-b55999b28f0c7afd193b75d089323cb5489b85f7.tar.xz
nixlib-b55999b28f0c7afd193b75d089323cb5489b85f7.tar.zst
nixlib-b55999b28f0c7afd193b75d089323cb5489b85f7.zip
doc: Document `dontStripHost` and `dontStripTarget`
Diffstat (limited to 'doc/stdenv.xml')
-rw-r--r--doc/stdenv.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index 67f249146144..c62f8ad362fa 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -1138,6 +1138,20 @@ following:
     <listitem><para>If set, libraries and executables are not
     stripped.  By default, they are.</para></listitem>
   </varlistentry>
+  <varlistentry>
+    <term><varname>dontStripHost</varname></term>
+    <listitem><para>
+      Like <varname>dontStripHost</varname>, but only affects the <command>strip</command> command targetting the package's host platform.
+      Useful when supporting cross compilation, but otherwise feel free to ignore.
+    </para></listitem>
+  </varlistentry>
+  <varlistentry>
+    <term><varname>dontStripTarget</varname></term>
+    <listitem><para>
+      Like <varname>dontStripHost</varname>, but only affects the <command>strip</command> command targetting the packages' target platform.
+      Useful when supporting cross compilation, but otherwise feel free to ignore.
+    </para></listitem>
+  </varlistentry>
 
   <varlistentry>
     <term><varname>dontMoveSbin</varname></term>