summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
|
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-35/+8
|
* merge parallel build supportMike Frysinger2005-01-251-2/+0
|
* Pete Popov writes:Eric Andersen2004-07-161-1/+1
| | | | | | | | | | | | | Hi Erik, I'm not sure why the NIOS support is not in uClibc -- perhaps the patch was rejected or never submitted? In any case, I'm playing with some NIOS stuff and created this patch against 0.9.26. The work was done by Microtronix. I'm not sure who else contributed to it. It would be great to have the NIOS support available in uClibc so developers don't have to go searching for these bits. Pete
* Lets try that one again...Eric Andersen2003-11-201-8/+6
|
* Make certain that the arch specific stuff is always compiled lastEric Andersen2003-11-201-4/+7
|
* Patch from Paul Mundt adding uClibc sh64 support:Eric Andersen2003-08-131-1/+1
| | | | | | | | | | | | | | | | Here's a patch that implements the beginnings of a rudimentary sh64 port. So far, this only works static, as I haven't done any of the ldso work yet. I've also not touched the libpthread stuff yet either, so that's also disabled for now. This port was based off of some work that Sean McGoogan at SuperH did for his initial port, but the this patch doesn't carry over too much from there (basically the libc/sysdeps/linux/sh64/Makefile (or rather, parts of it), the setjmp/longjmp stuff (which I had to rewrite portions of it to work with the new toolchains), etc.). However, for static, everything appears to work correcly, at least in a hello world type application.
* Update architecture specific support to consistantlyEric Andersen2003-01-231-6/+1
| | | | | | generate a crt0 and crt1 file. Most arches still need to be updated to call __uClibc_start_main() rather than __uClibc_main().
* Added cris to ALL_SUBDIRSTobias Anderberg2002-09-161-1/+1
|
* A few more little cleanupsEric Andersen2002-02-041-1/+1
|
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-0/+1
|
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-4/+2
| | | | | | | | | 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
* Fix 'make clean' targetEric Andersen2001-05-111-1/+1
|
* Move fork to common/syscalls (with NO_MMU check). Add Makefile to sparc soManuel Novoa III2001-03-061-1/+1
| | | | make clean works.
* Let system dependant things override common things.Eric Andersen2001-02-231-1/+1
|
* When doing a 'make clean', clean all subdirs, not just the current arch.Eric Andersen2001-01-121-2/+3
|
* A bunch of updates, part from Manuel Novoa III (such as more long longEric Andersen2001-01-011-1/+1
| | | | | support), and other updates by me (better cross platform, cross-compiler, etc, support. Now compiles with 2.0.x kernels for armnommu.
* Fix doc blunder.Eric Andersen2000-11-041-4/+4
|
* Make spelling of uClibc be consistant.Eric Andersen2000-11-041-1/+1
|
* Remove redundant clone file. Fix Makefile so archs build again.Eric Andersen2000-10-261-0/+3
|
* Add some more stuff -- {get|set}mntent, getline, getdelim, etc.Eric Andersen2000-10-261-3/+0
|
* Another bug fix. ioctl lacked a ;Eric Andersen2000-10-231-1/+1
|
* Fix all the makefiles. Clean up some warnings, cleanup some headers.Eric Andersen2000-10-041-12/+40
| | | | -Erik
* Lots and lots of cleanups.Eric Andersen2000-07-061-1/+1
| | | | -Erik
* Completely rearchitected the sysdeps directory.Eric Andersen2000-07-051-0/+20
-Erik