summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/powerpc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-0/+1
|
* Rewrite vfork() as C, should now work. Changed longjmp.S and setjmp.SDavid Schleef2001-11-261-2/+2
| | | | | | to use GCC's internal ppc-asm.h, and added macro to disable FP save/ restore in longjmp and setjmp. Fixed name of _setjmp() (was __setjmp). Fixed _setjmp to be PIC.
* Fix to autogen bits/syscall.h, like i386David Schleef2001-07-031-1/+2
|
* Makefile targets to symlink arch-specific headers into include/ (onlyDavid Schleef2001-05-261-0/+3
| | | | used on mipsel.)
* Added powerpc-specific mmap syscall, 'cause we're special.David Schleef2001-05-251-1/+1
|
* Move the default ptrace.c to common, but let arches override it (suchEric Andersen2001-05-161-1/+0
| | | | | as m68k which has some asm in its version). -Erik
* I'd broken powerpc crt0.o installationEric Andersen2001-05-121-2/+4
|
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-5/+3
| | | | | | | | | 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
* Add powerpc port done by David Schleef <ds@schleef.org>Eric Andersen2001-03-161-0/+76