summaryrefslogtreecommitdiff
path: root/ldso/libdl/Makefile
AgeCommit message (Expand)Author
2005-08-01Add dependency on ld-uClibc.so.0 for libdl.so.Joakim Tjernlund
2005-06-30oops, we dont want to use relative paths for the header filesMike Frysinger
2005-06-30if the include files get updated we want to rebuildMike Frysinger
2005-01-19clean up dependencies so libraries are only rebuilt when needed and so that p...Mike Frysinger
2004-12-22Cleaned up patch from Peter S. Mazinger adding support forEric Andersen
2004-12-11Partial commit of a patch from Alexandre Oliva:Eric Andersen
2004-10-03This patch from Mike Frysinger, extended from an earlier patch from Peter S.Eric Andersen
2004-08-19Fix dependencies.Manuel Novoa III
2004-08-17Let ldso decide if it should relocate itselft a second time. ThisJoakim Tjernlund
2004-08-13Fix usage_count in ldso/libdl.Joakim Tjernlund
2004-08-10Mike Frysinger writes:Joakim Tjernlund
2004-07-30Teach libdl to use normal libc symbols whenever possible, i.e. mallocEric Andersen
2004-02-12Based on a problem report and patch from Florian Schirmer, fix a compileEric Andersen
2004-02-10Rework file naming, aiming for at least a vague level of consistancyEric Andersen
2004-01-16We need to link with libgcc.a when creating shared libs, in order toManuel Novoa III
2003-11-04Rework the config system. Better utilize the Kconfig languageEric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-14Enable full debug support for ld-uClibc and libdlEric Andersen
2003-08-19Phase one of my evil plan to clean up ld.so...Eric Andersen
2003-01-28Stefan Allius noticed dlib_pic.o was not using XXFLAGS as it shouldEric Andersen
2002-12-12Rework things such that staticly linked applications can useEric Andersen
2002-10-25Actually install libdl.aEric Andersen
2002-05-28Fixup and unifiy version numbering. Automate versioning updates.Eric Andersen
2002-02-18Make shared libs properly list the correct ld.so in the interpEric Andersen
2002-02-17Eliminate circular dependancyEric Andersen
2002-01-28Fix the bug where binaries built with older toolchains wouldEric Andersen
2002-01-16Oops. I forgot to add -Bdynamic to this one.Eric Andersen
2002-01-12Depend upon libcEric Andersen
2002-01-11Remove the now obsolete d-link tree. Update things to copeEric Andersen
2002-01-11Scrub the way libraries are linked. Use ld, not gcc, to avoidEric Andersen
2002-01-01Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' forEric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-11-26Removed TARGET_CFLAGS definition, since it was moved to toplevel Rules.makDavid Schleef
2001-07-17Turn off USE_CACHE by default (so ldconfig, by default, isn'tEric Andersen
2001-07-13Scrub up a few things I forgot. Add a few more cleanups.Eric Andersen
2001-07-03Force our child libs to link vs libcEric Andersen
2001-06-15Be consistant for all the client code, and use TARGET_CC with --uclibc-use-bu...Eric Andersen
2001-06-14Yet more ldso cleanups. Be more discriminating about when using inlinesEric Andersen
2001-05-18I wasn't building the libdl shared lib anymore. Make each lib install aEric Andersen
2001-05-12Ok, this should finish off my massive ro-organization. The sourceEric Andersen
2001-05-10Fix up naming of ld.so so every uses the same define. The top levelEric Andersen
2001-04-27Yet another large update to ld.so. In this iteration I finally gotEric Andersen
2001-04-26Be more careful about not hard coding names.Eric Andersen
2001-04-25Move libdl and udate build method a bitEric Andersen
2001-04-24Avoid a chicken-and-the-egg problem. Use $(LD) to compile theEric Andersen
2001-04-23Initial checkin for ld.so. This is a combination of effort from Manuel NovoaEric Andersen