diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2013-05-19 09:12:06 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-05-19 09:12:06 -0400 |
commit | 51621821b742da7de13d522bbc8a827252abcec8 (patch) | |
tree | 96ceb5c62632d3f1d7635dcff0be40ab831decad /libraries/dietlibc/README.SLACKWARE | |
parent | b4f7361d06af86903b8342379389d0b666901531 (diff) |
libraries/dietlibc: Updated for version 0.33.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/dietlibc/README.SLACKWARE')
-rw-r--r-- | libraries/dietlibc/README.SLACKWARE | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/dietlibc/README.SLACKWARE b/libraries/dietlibc/README.SLACKWARE index 83f4c6a72a60..030a52bfe73b 100644 --- a/libraries/dietlibc/README.SLACKWARE +++ b/libraries/dietlibc/README.SLACKWARE @@ -1,5 +1,5 @@ You can verify that dietlibc was successfully installed on your system -by entering the following on a bash prompt, f.e.: +by entering the following on a bash prompt (as non-root user), e.g.: printf '#include <unistd.h>\nint main(){write(1,"hello\\n",6);}\n' >_tmp.c diet gcc -O2 -s _tmp.c @@ -10,8 +10,8 @@ you should see "hello" printed on screen "size a.out" entered on prompt should print something like like this: text data bss dec hex filename -679 8 40 727 2d7 a.out +1292 12 72 1376 560 a.out -Please note: You may get strange results on Slackware 13-64 multilib systems, +Please note: You may get strange results on Slackware multilib systems, (like $ARCH being ignored by dietlibc's make itself). Therefore it is recommended to build only on clean (64/32bit) installs. |