commit f25ed50310687bea01d164f8848687e9e7b7fabe parent 1ed072dc107433b4d9b85b152bf23e8b7d6ff512 Author: Gerrit Pape <pape@smarden.org> Date: Fri, 25 Oct 2002 11:53:15 +0000 usedietlibc: use -Os switch to diet. Diffstat:
M | doc/usedietlibc.html | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/usedietlibc.html b/doc/usedietlibc.html @@ -20,8 +20,8 @@ Change to the package directory of <i>runit</i>: </pre> Change the <tt>conf-cc</tt> and <tt>conf-ld</tt> to use <tt>diet</tt>: <pre> - # echo 'diet gcc -O2 -Wall' >src/conf-cc - # echo 'diet gcc -s -Os -pipe' >src/conf-ld + # echo 'diet -Os gcc -O2 -Wall' >src/conf-cc + # echo 'diet -Os gcc -s -Os -pipe' >src/conf-ld </pre> Rebuild and install the <i>runit</i> programs: <pre>