diff options
Diffstat (limited to 'doc/usedietlibc.html')
-rw-r--r-- | doc/usedietlibc.html | 4 |
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' >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> |