Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Synch with trunk @ 24075. | Carmelo Amoroso | 2008-11-17 | 12 | -1345/+0 |
| | | | | | Step 3 libm and related headers | ||||
* | Synch with trunk at rev 22997. | Carmelo Amoroso | 2008-07-31 | 2 | -10/+10 |
| | | | | | | | Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | Synch libm for powerpc with trunk | Carmelo Amoroso | 2008-06-18 | 34 | -33/+846 |
| | |||||
* | Merge from trunk. Going pretty good so far. Kind of. Okay, not really. | "Steven J. Hill" | 2006-02-25 | 13 | -20/+37 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-01-06 | 11 | -10/+28 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2005-10-30 | 1 | -0/+24 |
| | |||||
* | Big, huge fricking merge. Peter, if you touch the build system again I'm ↵ | "Steven J. Hill" | 2005-10-04 | 1 | -72/+0 |
| | | | | going to smash your keyboard. | ||||
* | Big sync with trunk. | "Steven J. Hill" | 2005-09-24 | 5 | -197/+238 |
| | |||||
* | Trim off whitespace | Eric Andersen | 2005-03-06 | 10 | -153/+153 |
| | |||||
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -1/+1 |
| | | | | | | | rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM). | ||||
* | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen | 2002-10-31 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | been working on a new config system on and off for about 6 months now, but I've never been fully satisfied. Well, I'm finally am happy with the new config system, so here it is. This completely removes the old uClibc configuration system, and replaces it with an entirely new system based on LinuxKernelConf, from http://www.xs4all.nl/~zippel/lc/ As it turns out, Linus has just merged LinuxKernelConf into Linux 2.5.45, so it looks like I made the right choice. I have thus far updated only x86. I'll be updating the other architectures shortly. -Erik | ||||
* | More build system cleanups... | Eric Andersen | 2002-01-11 | 1 | -3/+2 |
| | |||||
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 1 | -4/+16 |
| | |||||
* | Fix naming so things will actually work | Eric Andersen | 2001-11-24 | 10 | -160/+314 |
| | | | | -Erik | ||||
* | Fix path problem, | Eric Andersen | 2001-11-24 | 1 | -1/+1 |
| | |||||
* | Oops | Eric Andersen | 2001-11-24 | 1 | -1/+1 |
| | |||||
* | Move powerpc specific optimizations (courtesy of apple) to powerpc | Eric Andersen | 2001-11-24 | 7 | -0/+1170 |
subdir. Put together a theoretical framework for adding arch specific optimizations. Havn't tried this yet but it looks correct... -Erik |