summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sparc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Build our own crti.o and crtn.o with a cross arch method that IEric Andersen2002-03-131-1/+1
| | | | | can live with much better the what glibc does. -Erik
* Move syscall.h generation to the top level MakefileEric Andersen2002-03-011-1/+0
| | | | -Erik
* Adjust sparc port do it now actually works.Eric Andersen2002-02-041-5/+6
| | | | -Erik
* Mahe 'make clean' remove generated bits/syscall.h, asEric Andersen2002-01-071-1/+2
| | | | | noted by "Kim B. Heino" <Kim.Heino@bluegiga.com> -Erik
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-0/+1
|
* Makefile targets to symlink arch-specific headers into include/ (onlyDavid Schleef2001-05-261-0/+3
| | | | used on mipsel.)
* Move the default ptrace.c to common, but let arches override it (suchEric Andersen2001-05-161-3/+1
| | | | | as m68k which has some asm in its version). -Erik
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-3/+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
* Initial sparc port, thanks to Mathew Bosworth <mbosworth@metaflow.com>,Eric Andersen2001-05-041-2/+4
| | | | | | who sent this to me a month ago and I forgot to check it in. Oops. Better late then never. -Erik
* Move fork to common/syscalls (with NO_MMU check). Add Makefile to sparc soManuel Novoa III2001-03-061-0/+63
make clean works.