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
/
Makefile
Age
Commit message (
Expand
)
Author
2002-03-13
Build our own crti.o and crtn.o with a cross arch method that I
Eric Andersen
2002-02-18
Make shared libs properly list the correct ld.so in the interp
Eric Andersen
2002-01-28
Fix the bug where binaries built with older toolchains would
Eric Andersen
2002-01-16
Tell ld explicitly when stuff is supposed to by dynamically linked
Eric Andersen
2002-01-12
Make libc depend on ldso
Eric Andersen
2002-01-11
Cleanup makfile, use ld to avoid chicken-and-egg problems when
Eric Andersen
2002-01-09
Be more carefull about erroring out of shell fragments. Try to
Eric Andersen
2002-01-01
Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' for
Eric Andersen
2001-12-19
Update my email address. I am no longer andersen@lineo.com
Eric Andersen
2001-09-27
Update to accomodate the header file changes
Eric Andersen
2001-05-29
Remove the now obsolete "headers" target. Fix call to get-needed-libgcc-obje...
Eric Andersen
2001-05-26
Minor fix.
Manuel Novoa III
2001-05-17
Fix up some problems noted by August Hoerandl <ahoerandl@gmx.at>
Eric Andersen
2001-05-16
Fix up a few little problems
Eric Andersen
2001-05-12
Add in a libc.so link as well
Eric Andersen
2001-05-12
Ok, this should finish off my massive ro-organization. The source
Eric Andersen