summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm/Makefile
AgeCommit message (Expand)Author
2001-05-12Ok, this should finish off my massive ro-organization. The sourceEric Andersen
2001-03-06Move fork to common/syscalls (with NO_MMU check). Add Makefile to sparc soManuel Novoa III
2001-02-09It turns out that vfork was completely broken. That was why itEric Andersen
2001-01-17Now works on StrongArm (using crt0.S) and arm7tdmi/uClinux withEric Andersen
2001-01-16Remove an extra "/" from the crt0 pathEric Andersen
2001-01-16Makefile fixesEric Andersen
2001-01-15Use the right name.Eric Andersen
2001-01-15USe the name crt0.o, and cp it to $(TOPDIR)/libcrt0.oEric Andersen
2001-01-11A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen
2000-12-13Handle fork and vfork on a per architecture basis...Eric Andersen
2000-11-04Fix doc blunder.Eric Andersen
2000-11-04Make spelling of uClibc be consistant.Eric Andersen
2000-10-30Fix symbol problem. Add in arm support -- might even work...Eric Andersen
2000-10-28Add in a platform specific _startEric Andersen
2000-10-26Not needed -- apps simply need to link vs libgcc.Eric Andersen
2000-10-26Fix it so it compiles again.Eric Andersen
2000-10-25Move syscalls to sysdeps/linux/common (since they are common).Eric Andersen
2000-10-23Dependancy fixEric Andersen
2000-10-23Updates (list_syscalls.sh was missing _syscall0 calls).Eric Andersen
2000-10-23First pass at arm arch support. Works on my netwinder...Eric Andersen