OSDN Git Service

Rework things such that staticly linked applications can use
[uclinux-h8/uclibc-ng.git] / ldso / libdl / Makefile
2002-12-12 Eric AndersenRework things such that staticly linked applications...
2002-10-25 Eric AndersenActually install libdl.a
2002-05-28 Eric AndersenFixup and unifiy version numbering. Automate versionin...
2002-02-18 Eric AndersenMake shared libs properly list the correct ld.so in...
2002-02-17 Eric AndersenEliminate circular dependancy
2002-01-28 Eric AndersenFix the bug where binaries built with older toolchains...
2002-01-16 Eric AndersenOops. I forgot to add -Bdynamic to this one.
2002-01-12 Eric AndersenDepend upon libc
2002-01-11 Eric AndersenRemove the now obsolete d-link tree. Update things...
2002-01-11 Eric AndersenScrub the way libraries are linked. Use ld, not gcc...
2002-01-01 Eric AndersenChange all 'cd <foo>; bar' constructs to 'cd <foo>...
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-11-26 David SchleefRemoved TARGET_CFLAGS definition, since it was moved...
2001-07-17 Eric AndersenTurn off USE_CACHE by default (so ldconfig, by default...
2001-07-13 Eric AndersenScrub up a few things I forgot. Add a few more cleanups.
2001-07-03 Eric AndersenForce our child libs to link vs libc
2001-06-15 Eric AndersenBe consistant for all the client code, and use TARGET_C...
2001-06-14 Eric AndersenYet more ldso cleanups. Be more discriminating about...
2001-05-18 Eric AndersenI wasn't building the libdl shared lib anymore. Make...
2001-05-12 Eric AndersenOk, this should finish off my massive ro-organization...
2001-05-10 Eric AndersenFix up naming of ld.so so every uses the same define...
2001-04-27 Eric AndersenYet another large update to ld.so. In this iteration...
2001-04-26 Eric AndersenBe more careful about not hard coding names.
2001-04-25 Eric AndersenMove libdl and udate build method a bit
2001-04-24 Eric AndersenAvoid a chicken-and-the-egg problem. Use $(LD) to...
2001-04-23 Eric AndersenInitial checkin for ld.so. This is a combination of...