summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/v850/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Darn. Fix compilation for soft-float, which I inadvertantlyEric Andersen2003-11-081-0/+4
| | | | broke a couple of days ago. :-(
* Continue the conversion to using per-arch crti.S and crtn.SEric Andersen2003-11-051-1/+26
|
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-2/+2
| | | | | | | rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM).
* Update architecture specific support to consistantlyEric Andersen2003-01-231-10/+5
| | | | | | generate a crt0 and crt1 file. Most arches still need to be updated to call __uClibc_start_main() rather than __uClibc_main().
* (SSRC): Rename longjmp.S to __longjmp.SMiles Bader2002-12-181-2/+2
| | | | (CSRC): Add clone.c
* Change <bits/syscall.h> to <bits/sysnum.h>.Miles Bader2002-09-051-1/+1
|
* (CSRC): Add syscall.cMiles Bader2002-08-141-1/+1
|
* Remove v850-specific versions of truncate64.c and ftruncate64.c.Miles Bader2002-04-101-1/+1
|
* Build our own crti.o and crtn.o with a cross arch method that IEric Andersen2002-03-131-1/+1
| | | | | can live with much better the what glibc does. -Erik
* Move syscall.h generation to the top level MakefileEric Andersen2002-03-011-1/+0
| | | | -Erik
* Patch from Miles Bader to allow Large File support on the v850.Eric Andersen2002-03-011-3/+3
|
* Mahe 'make clean' remove generated bits/syscall.h, asEric Andersen2002-01-071-0/+2
| | | | | noted by "Kim B. Heino" <Kim.Heino@bluegiga.com> -Erik
* A very large patch from Miles Bader <miles@lsi.nec.co.jp> to bringEric Andersen2001-12-211-11/+11
| | | | | v850 back into working condition. Thanks Miles! -Erik
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-7/+19
|
* _mmap.o should be added to libc.a, not crt0.oDavid Schleef2001-11-101-2/+2
|
* Revert global old mmap usage, and do it per archEric Andersen2001-10-161-1/+1
|
* Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850.Eric Andersen2001-10-111-0/+57
He sent this patch to me a month ago, but I forgot to apply it...