summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/powerpc/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-69/+8
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-36/+23
* Build crt[in].o with disabled ssp.Peter S. Mazinger2005-09-281-3/+3
* Speed up clean target, don't recurse where possible, remove unneeded actionsPeter S. Mazinger2005-09-271-1/+0
* Make uClibc vfork() use kernels vfork() instead of fork(). Joakim Tjernlund2005-08-171-2/+2
* Update PowerPC to new ABI.Joakim Tjernlund2005-05-211-14/+7
* merge parallel build supportMike Frysinger2005-01-251-6/+5
* Patch from Peter S. Mazinger to simplify PIE handlingEric Andersen2004-12-221-4/+0
* Patch from Peter S. Mazinger to consistantly use "ASFLAGS"Eric Andersen2004-12-221-6/+5
* Peter Mazinger writes:Joakim Tjernlund2004-10-141-3/+7
* Preliminary PIE support for powerpc, i386 was used as template.Joakim Tjernlund2004-08-271-0/+10
* Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen2004-08-211-10/+1
* Andrew May writes:Eric Andersen2004-01-301-1/+1
* Lethal noticed that the generated file gmon-start.S was notEric Andersen2003-12-031-0/+2
* Remove SAFECFLAGS. It was a workaround for failures in old awk scriptEric Andersen2003-11-221-11/+3
* Darn. Fix compilation for soft-float, which I inadvertantlyEric Andersen2003-11-081-4/+7
* Continue the conversion to using per-arch crti.S and crtn.SEric Andersen2003-11-051-1/+27
* properly deal with soft-float when profiling as wellEric Andersen2003-10-251-0/+3
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-2/+1
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-2/+2
* Patch from Atsushi Nemoto (with some additions):Eric Andersen2003-10-081-1/+1
* Fix "subst -g,," problem for SAFECFLAGS.Manuel Novoa III2003-09-211-1/+1
* Implement syscall() for powerpc. Fixup syscall code soEric Andersen2003-06-151-1/+2
* Finish off gmon based profiling for powerpcEric Andersen2003-03-061-1/+12
* Fixup ioctl so we can special case powerpc sillinessEric Andersen2003-02-181-1/+1
* Rewrite powerpc crt0.S for proper ctor/dtor handlingEric Andersen2003-01-231-4/+3
* Be sure we have a crt1.o file. Use the asm version by default.Eric Andersen2002-12-211-22/+5
* This draws from an old patch by David Blythe for the now-deadEric Andersen2002-11-151-2/+2
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-3/+3
* Change <bits/syscall.h> to <bits/sysnum.h>.Miles Bader2002-09-051-2/+2
* Build our own crti.o and crtn.o with a cross arch method that IEric Andersen2002-03-131-1/+1
* Move syscall.h generation to the top level MakefileEric Andersen2002-03-011-1/+0
* Rework powerpc to be consistant with the other arches.Eric Andersen2002-02-041-2/+2
* 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
* 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
* 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
* 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
* Add powerpc port done by David Schleef <ds@schleef.org>Eric Andersen2001-03-161-0/+76