summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/arm/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove an extra "/" from the crt0 pathEric Andersen2001-01-161-1/+1
|
* Makefile fixesEric Andersen2001-01-161-4/+4
|
* Use the right name.Eric Andersen2001-01-151-1/+1
|
* USe the name crt0.o, and cp it to $(TOPDIR)/libcrt0.oEric Andersen2001-01-151-2/+10
|
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-111-4/+4
|
* Handle fork and vfork on a per architecture basis...Eric Andersen2000-12-131-1/+1
|
* Fix doc blunder.Eric Andersen2000-11-041-4/+4
|
* Make spelling of uClibc be consistant.Eric Andersen2000-11-041-1/+1
|
* Fix symbol problem. Add in arm support -- might even work...Eric Andersen2000-10-301-1/+1
|
* Add in a platform specific _startEric Andersen2000-10-281-1/+1
|
* Not needed -- apps simply need to link vs libgcc.Eric Andersen2000-10-261-1/+1
|
* Fix it so it compiles again.Eric Andersen2000-10-261-1/+1
|
* Move syscalls to sysdeps/linux/common (since they are common).Eric Andersen2000-10-251-7/+0
| | | | Remove _start.S since I now have a portable C version.
* Dependancy fixEric Andersen2000-10-231-3/+3
|
* Updates (list_syscalls.sh was missing _syscall0 calls).Eric Andersen2000-10-231-1/+1
|
* First pass at arm arch support. Works on my netwinder...Eric Andersen2000-10-231-0/+61
-Erik