summaryrefslogtreecommitdiffstats
path: root/ldso/libdl/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-88/+8
* Change __LIBDL_SHARED__ to SHARED. This will be also used in some other place...Peter S. Mazinger2005-10-141-1/+1
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-3/+3
* Do not defer expansions where useless, like CSRC/OBJS/LIB_NAME/AR_LIB_NAME, d...Peter S. Mazinger2005-10-111-15/+15
* Do not recurse into ldso/libc/libpthread on cleanPeter S. Mazinger2005-10-041-1/+1
* Clean up debugging levels for MIPS. This should make things consistent now."Steven J. Hill"2005-10-011-0/+5
* Remove ar-target and shared targets, at build time now we traverse the tree o...Peter S. Mazinger2005-09-281-36/+41
* Removed hardcoded ld-uClibc.so.0 in uClibc. From Peter Mazinger.Joakim Tjernlund2005-08-121-1/+1
* Add dependency on ld-uClibc.so.0 for libdl.so.Joakim Tjernlund2005-08-011-1/+1
* oops, we dont want to use relative paths for the header filesMike Frysinger2005-06-301-1/+1
* if the include files get updated we want to rebuildMike Frysinger2005-06-301-2/+2
* clean up dependencies so libraries are only rebuilt when needed and so that p...Mike Frysinger2005-01-191-8/+5
* Cleaned up patch from Peter S. Mazinger adding support forEric Andersen2004-12-221-1/+1
* Partial commit of a patch from Alexandre Oliva:Eric Andersen2004-12-111-1/+1
* This patch from Mike Frysinger, extended from an earlier patch from Peter S.Eric Andersen2004-10-031-1/+1
* Fix dependencies.Manuel Novoa III2004-08-191-1/+3
* Let ldso decide if it should relocate itselft a second time. ThisJoakim Tjernlund2004-08-171-1/+1
* Fix usage_count in ldso/libdl.Joakim Tjernlund2004-08-131-1/+1
* Mike Frysinger writes:Joakim Tjernlund2004-08-101-7/+7
* Teach libdl to use normal libc symbols whenever possible, i.e. mallocEric Andersen2004-07-301-2/+2
* Based on a problem report and patch from Florian Schirmer, fix a compileEric Andersen2004-02-121-1/+1
* Rework file naming, aiming for at least a vague level of consistancyEric Andersen2004-02-101-7/+7
* We need to link with libgcc.a when creating shared libs, in order toManuel Novoa III2004-01-161-1/+1
* Rework the config system. Better utilize the Kconfig languageEric Andersen2003-11-041-6/+2
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-2/+2
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-4/+3
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-4/+4
* Enable full debug support for ld-uClibc and libdlEric Andersen2003-10-141-0/+9
* Phase one of my evil plan to clean up ld.so...Eric Andersen2003-08-191-4/+11
* Stefan Allius noticed dlib_pic.o was not using XXFLAGS as it shouldEric Andersen2003-01-281-1/+1
* Rework things such that staticly linked applications can useEric Andersen2002-12-121-11/+21
* Actually install libdl.aEric Andersen2002-10-251-3/+3
* Fixup and unifiy version numbering. Automate versioning updates.Eric Andersen2002-05-281-2/+2
* Make shared libs properly list the correct ld.so in the interpEric Andersen2002-02-181-1/+2
* Eliminate circular dependancyEric Andersen2002-02-171-1/+1
* Fix the bug where binaries built with older toolchains wouldEric Andersen2002-01-281-3/+3
* Oops. I forgot to add -Bdynamic to this one.Eric Andersen2002-01-161-1/+1
* Depend upon libcEric Andersen2002-01-121-1/+1
* Remove the now obsolete d-link tree. Update things to copeEric Andersen2002-01-111-1/+1
* Scrub the way libraries are linked. Use ld, not gcc, to avoidEric Andersen2002-01-111-2/+3
* Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' forEric Andersen2002-01-011-2/+2
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-0/+1
* Removed TARGET_CFLAGS definition, since it was moved to toplevel Rules.makDavid Schleef2001-11-261-2/+0
* Turn off USE_CACHE by default (so ldconfig, by default, isn'tEric Andersen2001-07-171-1/+1
* Scrub up a few things I forgot. Add a few more cleanups.Eric Andersen2001-07-131-0/+1
* Force our child libs to link vs libcEric Andersen2001-07-031-1/+1
* Be consistant for all the client code, and use TARGET_CC with --uclibc-use-bu...Eric Andersen2001-06-151-6/+4
* Yet more ldso cleanups. Be more discriminating about when using inlinesEric Andersen2001-06-141-2/+2
* I wasn't building the libdl shared lib anymore. Make each lib install aEric Andersen2001-05-181-4/+5
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-20/+52