Displaying 1 result from an estimated 1 matches for "10ffd".
Did you mean:
10fd
2005 Oct 29
3
Re: [PATCH] Avoid using dc in git-count-objects
On Thu, Oct 27, 2005 at 10:22:08PM -0700, H. Peter Anvin wrote:
>
> >So it looks like as long as dash can link with klibc then:
OK, I've got it to build with klibc using klcc:
$ size src/dash
text data bss dec hex filename
63333 356 5940 69629 10ffd src/dash
Unfortunately there seems to be something fishy in parameter expansion
as it fails three regression tests. I need to look into it.
However, the good news is that it's smaller than I thought. The above
result was actually obtained with klcc -static. So the corresponding
size in kli...