Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-21 | Remove TOPDIR | Peter S. Mazinger | |
2005-10-29 | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | |
2005-10-12 | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all ↵ | Peter S. Mazinger | |
objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much. | |||
2005-10-04 | One more addition. | "Steven J. Hill" | |
2005-10-04 | Clean up pthread include mess. Some of these will be needed to support NPTL, ↵ | "Steven J. Hill" | |
but they do no harm for the linuxthreads case. Yes, I tested this. | |||
2005-01-25 | merge parallel build support | Mike Frysinger | |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen | |
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). | |||
2002-10-31 | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen | |
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 | |||
2002-08-16 | Make INCLUDE_FULL_RPC default to !HAVE_SHARED. | Miles Bader | |
2002-08-07 | Add getrpcent.c to default rpc build | Eric Andersen | |
2002-08-06 | Rework RPC code once again. By default, only enable the | Eric Andersen | |
stuff needed for NFS mounts, rsh, and similar. -Erik | |||
2002-06-17 | Re-backport all the rpc stuff from glibc 2.2.5. This allows us to make this | Eric Andersen | |
junk (and I do mean that ;-) thread safe without undue pain. Adds 12k worth to the code size I'm afraid, but since I never use NFS and therefore never include this stuff, I guess thats acceptable. I still need to enable the multi-threaded bits... -Erik | |||
2002-05-30 | don't include the linux dir. Pointless and broken. | Eric Andersen | |
-Erik | |||
2002-01-02 | Patch to add rcmd support, from Stefan Soucek, which I'd long | Eric Andersen | |
ago forgotten. Oops. Needed some minor scrubbing for bitrot, -Erik | |||
2001-12-19 | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | |
2001-05-12 | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | |
tree is less messy now (which helps), all libraries are placed into uClibc/lib when compiling, all libraries now use a consistant mechanism for being built, all libraries use a consistant naming scheme where the lib name includes the uClibc version number, which makes ldconfig happy and willing to work with us. -Erik | |||
2001-02-05 | Fix broken dependancies. | Eric Andersen | |
-Erik | |||
2001-01-11 | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | |
2000-11-04 | Fix doc blunder. | Eric Andersen | |
2000-11-04 | Make spelling of uClibc be consistant. | Eric Andersen | |
2000-10-20 | Strip all object files of all non global symbols and .note and | Eric Andersen | |
.comment, saving a lot of space in the resultant binaries... -Erik | |||
2000-10-12 | Makefile update | Eric Andersen | |
2000-10-11 | Finish reorganizing things. At least I think I've finished. | Eric Andersen | |
2000-10-07 | More cleanups | Eric Andersen | |
2000-10-04 | Fix all the makefiles. Clean up some warnings, cleanup some headers. | Eric Andersen | |
-Erik | |||
2000-05-15 | Finished porting stuff to x86 and supporting the Linux 2.2 kernels. | Erik Andersen | |
It now compiles.... -Erik | |||
2000-05-14 | Some makefile updates to make it behave a bit better/consistently. | Erik Andersen | |
-Erik | |||
2000-05-14 | Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com> | Erik Andersen | |
to allow uC-libc to compile under x86. -Erik | |||
2000-05-14 | Initial revision | Erik Andersen | |