diff options
Diffstat (limited to 'libraries/dietlibc/README.SLACKWARE')
-rw-r--r-- | libraries/dietlibc/README.SLACKWARE | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libraries/dietlibc/README.SLACKWARE b/libraries/dietlibc/README.SLACKWARE index 030a52bfe73bb..cae36530b7c5f 100644 --- a/libraries/dietlibc/README.SLACKWARE +++ b/libraries/dietlibc/README.SLACKWARE @@ -7,10 +7,9 @@ diet gcc -O2 -s _tmp.c you should see "hello" printed on screen -"size a.out" entered on prompt should print something like like this: - +"size a.out" entered on prompt should print something like like this: text data bss dec hex filename -1292 12 72 1376 560 a.out + 838 24 92 954 3ba a.out Please note: You may get strange results on Slackware multilib systems, (like $ARCH being ignored by dietlibc's make itself). |