From 53d61f91d2467f6f3b9186dd3a7b51b491311fc2 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Mon, 6 Apr 2020 20:42:36 -0700 Subject: [PATCH] doc/stdenv: Update default for stripDebugList. This has changed a few times from 2008 to 2012: cdc74e167, d9213df2c, and 095db9fe3. --- doc/stdenv/stdenv.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/stdenv/stdenv.xml b/doc/stdenv/stdenv.xml index 1e97bf6157bb..b589952743c3 100644 --- a/doc/stdenv/stdenv.xml +++ b/doc/stdenv/stdenv.xml @@ -1295,7 +1295,7 @@ installTargets = "install-bin install-doc"; - List of directories to search for libraries and executables from which only debugging-related symbols should be stripped. It defaults to lib bin sbin. + List of directories to search for libraries and executables from which only debugging-related symbols should be stripped. It defaults to lib lib32 lib64 libexec bin sbin.