summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sh/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add sbrk and friendsDavid McCullough2002-01-171-1/+1
| | | | Fix bug in setjmp (jmpbuf changed size)
* Mahe 'make clean' remove generated bits/syscall.h, asEric Andersen2002-01-071-0/+1
| | | | | noted by "Kim B. Heino" <Kim.Heino@bluegiga.com> -Erik
* Fixes from M. R. Brown <mrbrown@0xd6.org> to fixup some littleEric Andersen2002-01-021-4/+4
| | | | compile nits with the SH architecture, and support SH4,
* Fixup the pipe system call for the SH target.David McCullough2001-08-061-1/+1
| | | | The FD's are returned in registers.
* Changes to support autogenerated syscall.hDavid McCullough2001-06-281-1/+1
|
* Makefile targets to symlink arch-specific headers into include/ (onlyDavid Schleef2001-05-261-0/+3
| | | | used on mipsel.)
* Update for the SH port from Jean-Yves Avenard <jean-yves_avenard@hp.com>Eric Andersen2001-05-251-2/+2
|
* 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
* Move fork to common/syscalls (with NO_MMU check). Add Makefile to sparc soManuel Novoa III2001-03-061-1/+1
| | | | make clean works.
* Patch from Jean-Yves Avenard to add missing siglongjmp entry andEric Andersen2001-02-221-2/+2
| | | | fix a bug in setjmp for SH
* Add an SH port done by Jean-Yves Avenard of Hewlett-Packard - EmbeddedEric Andersen2001-02-211-0/+68
and Personal Systems. Thanks! -Erik