summary refs log tree commit diff
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2002-10-25 11:53:15 +0000
committerGerrit Pape <pape@smarden.org>2002-10-25 11:53:15 +0000
commit0e1a7750feb116ef0b96e3763f0ab6d0f5131c14 (patch)
treeae505fb3502e043e2c20ec998b4c2fc2167fd062
parentf81f2764b8d56b8bcd19b4ba1cd8b70ed148c851 (diff)
downloadrunit-0e1a7750feb116ef0b96e3763f0ab6d0f5131c14.tar.gz
runit-0e1a7750feb116ef0b96e3763f0ab6d0f5131c14.tar.xz
runit-0e1a7750feb116ef0b96e3763f0ab6d0f5131c14.zip
usedietlibc: use -Os switch to diet.
-rw-r--r--doc/usedietlibc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/usedietlibc.html b/doc/usedietlibc.html
index b2296fd..dd139bf 100644
--- 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' &gt;src/conf-cc
-  # echo 'diet gcc -s -Os -pipe' &gt;src/conf-ld
+  # echo 'diet -Os gcc -O2 -Wall' &gt;src/conf-cc
+  # echo 'diet -Os gcc -s -Os -pipe' &gt;src/conf-ld
 </pre>
 Rebuild and install the <i>runit</i> programs:
 <pre>