summaryrefslogtreecommitdiff
path: root/ldso/libdl/Makefile
AgeCommit message (Expand)Author
2005-11-21Remove TOPDIRPeter S. Mazinger
2005-10-29Replace all Makefiles for new build infrastucturePeter S. Mazinger
2005-10-14Change __LIBDL_SHARED__ to SHARED. This will be also used in some other place...Peter S. Mazinger
2005-10-12Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger
2005-10-11Do not defer expansions where useless, like CSRC/OBJS/LIB_NAME/AR_LIB_NAME, d...Peter S. Mazinger
2005-10-04Do not recurse into ldso/libc/libpthread on cleanPeter S. Mazinger
2005-10-01Clean up debugging levels for MIPS. This should make things consistent now."Steven J. Hill"
2005-09-28Remove ar-target and shared targets, at build time now we traverse the tree o...Peter S. Mazinger
2005-08-12Removed hardcoded ld-uClibc.so.0 in uClibc. From Peter Mazinger.Joakim Tjernlund
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