| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 1 | -3/+1 |
* | makefiles for new build system | Mike Frysinger | 2005-11-05 | 1 | -82/+8 |
* | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec... | Peter S. Mazinger | 2005-10-12 | 1 | -39/+27 |
* | Build crt[in].o with disabled ssp. | Peter S. Mazinger | 2005-09-28 | 1 | -3/+3 |
* | Speed up clean target, don't recurse where possible, remove unneeded actions | Peter S. Mazinger | 2005-09-27 | 1 | -1/+0 |
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -4/+5 |
* | Patch from Peter S. Mazinger to consistantly use "ASFLAGS" | Eric Andersen | 2004-12-22 | 1 | -4/+7 |
* | s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g | Eric Andersen | 2004-01-16 | 1 | -1/+1 |
* | Remove SAFECFLAGS. It was a workaround for failures in old awk script | Eric Andersen | 2003-11-22 | 1 | -8/+2 |
* | Darn. Fix compilation for soft-float, which I inadvertantly | Eric Andersen | 2003-11-08 | 1 | -0/+4 |
* | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | 2003-11-05 | 1 | -1/+26 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -4/+2 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -3/+3 |
* | Patch from Atsushi Nemoto (with some additions): | Eric Andersen | 2003-10-08 | 1 | -0/+1 |
* | add brk for m68k | David McCullough | 2003-02-05 | 1 | -1/+1 |
* | Update architecture specific support to consistantly | Eric Andersen | 2003-01-23 | 1 | -17/+7 |
* | Fixup handling of disabled options | Eric Andersen | 2002-11-05 | 1 | -2/+2 |
* | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen | 2002-10-31 | 1 | -4/+4 |
* | Change <bits/syscall.h> to <bits/sysnum.h>. | Miles Bader | 2002-09-05 | 1 | -2/+2 |
* | Build our own crti.o and crtn.o with a cross arch method that I | Eric Andersen | 2002-03-13 | 1 | -1/+1 |
* | Move syscall.h generation to the top level Makefile | Eric Andersen | 2002-03-01 | 1 | -1/+0 |
* | Major rework of the include files to eliminate redundancy | Eric Andersen | 2002-03-01 | 1 | -1/+0 |
* | Add in clone (untested) | David McCullough | 2002-02-06 | 1 | -1/+1 |
* | Mahe 'make clean' remove generated bits/syscall.h, as | Eric Andersen | 2002-01-07 | 1 | -0/+1 |
* | Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' for | Eric Andersen | 2002-01-01 | 1 | -2/+2 |
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 1 | -0/+1 |
* | Add support for mmu-full m68k systems, such as oldworld macs. | Eric Andersen | 2001-11-30 | 1 | -0/+10 |
* | Add include/sys/reg.h to make gdbserver happy | Eric Andersen | 2001-11-29 | 1 | -0/+1 |
* | Changes for new auto-generated syscall.h | David McCullough | 2001-06-28 | 1 | -4/+3 |
* | Fixed vfork so the child doesn't trash the parents return address. | David McCullough | 2001-06-25 | 1 | -2/+2 |
* | This commit finishes adding support for the old m68k-coff toolchains by | Eric Andersen | 2001-06-18 | 1 | -1/+10 |
* | Cleanup the toploevel makefile handing of shared libs. Add weak_alias | Eric Andersen | 2001-06-12 | 1 | -1/+1 |
* | Makefile targets to symlink arch-specific headers into include/ (only | David Schleef | 2001-05-26 | 1 | -0/+3 |
* | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | 2001-05-12 | 1 | -3/+2 |
* | uClibc working with 2.0.x and 2.4.x m68k uClinux kernels, the PIC | David McCullough | 2001-01-29 | 1 | -1/+1 |
* | Remove an extra "/" from the crt0 path | Eric Andersen | 2001-01-16 | 1 | -1/+1 |
* | Makefile fixes | Eric Andersen | 2001-01-16 | 1 | -4/+5 |
* | Added common handling of errno. | Eric Andersen | 2001-01-16 | 1 | -1/+1 |
* | Remove generated files. Bring Makefile behavior into sync with other arches. | Eric Andersen | 2001-01-15 | 1 | -8/+15 |
* | Thanks to James Graves <jgraves@deltamobile.com>, we now have | Eric Andersen | 2001-01-12 | 1 | -0/+57 |