index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
sysdeps
/
linux
/
sparc
/
Makefile
Age
Commit message (
Expand
)
Author
2005-11-21
Remove TOPDIR
Peter S. Mazinger
2005-11-01
Update sparc to new builds
Peter S. Mazinger
2005-10-12
Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...
Peter S. Mazinger
2005-09-28
Build crt[in].o with disabled ssp.
Peter S. Mazinger
2005-09-27
Speed up clean target, don't recurse where possible, remove unneeded actions
Peter S. Mazinger
2005-07-09
import the __syscall_error trick for errno handling
Mike Frysinger
2005-07-09
rewrite crt in asm using glibc as a basis
Mike Frysinger
2005-07-08
CRT0_ -> CRT_
Mike Frysinger
2005-01-25
merge parallel build support
Mike Frysinger
2004-12-22
Patch from Peter S. Mazinger to consistantly use "ASFLAGS"
Eric Andersen
2003-11-22
Remove SAFECFLAGS. It was a workaround for failures in old awk script
Eric Andersen
2003-11-08
Darn. Fix compilation for soft-float, which I inadvertantly
Eric Andersen
2003-11-05
Continue the conversion to using per-arch crti.S and crtn.S
Eric Andersen
2003-10-18
Peter Kjellerstedt writes:
Eric Andersen
2003-10-18
Peter Kjellerstedt writes:
Eric Andersen
2003-10-08
Patch from Atsushi Nemoto (with some additions):
Eric Andersen
2003-01-23
Update architecture specific support to consistantly
Eric Andersen
2003-01-02
Rework sparc architecture support so it will compile
Eric Andersen
2002-09-05
Change <bits/syscall.h> to <bits/sysnum.h>.
Miles Bader
2002-03-13
Build our own crti.o and crtn.o with a cross arch method that I
Eric Andersen
2002-03-01
Move syscall.h generation to the top level Makefile
Eric Andersen
2002-02-04
Adjust sparc port do it now actually works.
Eric Andersen
2002-01-07
Mahe 'make clean' remove generated bits/syscall.h, as
Eric Andersen
2001-12-19
Update my email address. I am no longer andersen@lineo.com
Eric Andersen
2001-05-26
Makefile targets to symlink arch-specific headers into include/ (only
David Schleef
2001-05-16
Move the default ptrace.c to common, but let arches override it (such
Eric Andersen
2001-05-12
Ok, this should finish off my massive ro-organization. The source
Eric Andersen
2001-05-04
Initial sparc port, thanks to Mathew Bosworth <mbosworth@metaflow.com>,
Eric Andersen
2001-03-06
Move fork to common/syscalls (with NO_MMU check). Add Makefile to sparc so
Manuel Novoa III