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-11-08
Patch from Stefan Allius for libgcc multilib support
Eric Andersen
2002-11-05
Patch from Stefan Allius -- export LIBGCC
Eric Andersen
2002-10-25
Put it back the way it was. Sigh.
Eric Andersen
2002-10-25
Sigh. Lets not use LD to link, or we lose the INTERP field.
Eric Andersen
2002-10-01
This commit contains a patch from Stefan Allius <allius@atecom.com> to change
Eric Andersen
2002-09-16
* Added semi-support for version scripts. If sysdeps/linux/<arch>/libc.map
Tobias Anderberg
2002-08-09
Be more path independent
Eric Andersen
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