Trouble compiling uclibc-0.9.28

FoX foxcore at gmail.com
Tue Mar 27 15:03:50 UTC 2007


2007/3/27, FoX <foxcore at gmail.com>:
> You could just simply checkout gumstix at revision 1181 (the last
> revision this patch was available on).
> I tested it and it works as expected.
> If you're unable to retrieve this file, I may be able to upload it
> somewhere for you, just ask me.

BTW the patch seems very tiny, here it is :

--- uClibc-0.9.28/ldso/include/dl-string.h.vanilla	2006-04-02
17:18:31.363080250 +0200
+++ uClibc-0.9.28/ldso/include/dl-string.h	2006-04-02 17:18:58.144754000 +0200
@@ -228,7 +228,8 @@
 	    char temp;
 	    do_rem(temp, i, 10);
 	    *--p = '0' + temp;
-	    i /= 10;
+	    i /= 2;
+	    i *= -(-1ul / 5ul);
 	} while (i > 0);
 	return p;
 }


-- 
Guillaume LECERF
GeeXboX developer



More information about the uClibc mailing list