summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/arm/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-35/+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
* rip out iopl from ioperm.c so it will override the common iopl.cMike Frysinger2005-08-151-1/+1
* Remove TEXTREL relocations for ARM.Joakim Tjernlund2005-06-101-1/+1
* Dunno yet if I got this right or not, but it now at leastEric Andersen2005-06-101-8/+8
* Add Peter Mazinger fini/crt compat patch. Select DL_FINI_CRT_COMPAT toJoakim Tjernlund2005-05-281-6/+1
* Add PIE support to ARM. From Peter MazingerJoakim Tjernlund2005-05-261-4/+12
* merge parallel build supportMike Frysinger2005-01-251-6/+5
* Patch from Peter S. Mazinger to consistantly use "ASFLAGS"Eric Andersen2004-12-221-5/+4
* Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen2004-08-211-7/+1
* Fix arm profiling support, which was accidentally removedEric Andersen2003-12-041-0/+6
* 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-7/+2
* Darn. Fix compilation for soft-float, which I inadvertantlyEric Andersen2003-11-081-10/+4
* Continue the conversion to using per-arch crti.S and crtn.SEric Andersen2003-11-051-1/+26
* properly deal with soft-float when profiling as wellEric Andersen2003-10-251-0/+3
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-3/+1
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-2/+2
* Patch from Atsushi Nemoto (with some additions):Eric Andersen2003-10-081-0/+1
* Fix "subst -g,," problem for SAFECFLAGS.Manuel Novoa III2003-09-211-1/+1
* Implement mmap64 for armEric Andersen2003-06-271-1/+1
* Make profiling on arm workEric Andersen2003-03-061-1/+10
* Update architecture specific support to consistantlyEric Andersen2003-01-231-6/+1
* Add in arm specific sigaction implementation to fix sa_restorerEric Andersen2003-01-221-2/+3
* Based on discussions with Stefan Allius, change it so that we alwaysEric Andersen2002-12-121-7/+5
* A patch from Vincent Sanders to fix the arm implementation ofEric Andersen2002-11-031-1/+1
* Change <bits/syscall.h> to <bits/sysnum.h>.Miles Bader2002-09-051-2/+2
* Implement syscall() for armEric Andersen2002-07-251-1/+1
* Create a much more careful ftruncate64 implementation, that shouldEric Andersen2002-04-091-1/+1
* Add in support for ftruncate64 on both ARM and x86Eric Andersen2002-03-311-1/+1
* 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
* Fixup setjmp and longjmp so they behave themselves properly nowEric Andersen2002-01-311-1/+1
* Make sbrk common, add arm/brk.c, cleanup leftover damageEric Andersen2002-01-211-1/+1
* Mahe 'make clean' remove generated bits/syscall.h, asEric Andersen2002-01-071-0/+1
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-0/+1
* merged the two startup files so that uClinux people always get the correctDavid McCullough2001-12-191-5/+1
* A small patch from Erwin Authried <eauth@softsys.co.at>Eric Andersen2001-10-121-3/+3
* Sigh. Erik mucks it up again...Eric Andersen2001-09-271-1/+1
* Add inb, outb and friends,Eric Andersen2001-09-271-1/+1
* Autogen include/bits/syscall.h for ARMEric Andersen2001-07-031-1/+1
* Makefile targets to symlink arch-specific headers into include/ (onlyDavid Schleef2001-05-261-0/+3
* Move the default ptrace.c to common, but let arches override it (suchEric Andersen2001-05-161-1/+1
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-4/+2
* Move fork to common/syscalls (with NO_MMU check). Add Makefile to sparc soManuel Novoa III2001-03-061-1/+1
* It turns out that vfork was completely broken. That was why itEric Andersen2001-02-091-2/+2
* Now works on StrongArm (using crt0.S) and arm7tdmi/uClinux withEric Andersen2001-01-171-2/+9