summaryrefslogtreecommitdiffstats
path: root/ldso/libdl/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* nptl: proper soname handlingNatanael Copa2010-04-221-1/+1
* prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-0/+2
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-2/+2
* - move stripping into do_ar resp compile-m for the sake of simplicityBernhard Reutner-Fischer2008-06-171-2/+0
* - strip the targets and not prerequisitesBernhard Reutner-Fischer2008-06-041-2/+2
* A slight improvement over my previous commit which ensured we always rebuildBernd Schmidt2008-06-011-1/+1
* - use the compiler-driver instead of the linkerBernhard Reutner-Fischer2007-10-131-1/+1
* #1273 if EXTRAVERSION is set, make sure we respect itMike Frysinger2007-03-191-1/+1
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-051-2/+1
* Depedencies corrected (less make oldconfig/headers), rerunning make remakes o...Peter S. Mazinger2005-11-221-9/+6
* rework depends and stripping so that libraries arent rebuilt all the time in ...Mike Frysinger2005-11-221-2/+4
* Do not create any files (dl-progname.h) in ldso anymorePeter S. Mazinger2005-11-211-1/+3
* Do not create header links, use -I to find them. Moved dl-progname.h to ldso/...Peter S. Mazinger2005-11-211-1/+1
* Add info to CFLAGS about lib we are buildingPeter S. Mazinger2005-11-181-2/+2
* Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding foreign...Peter S. Mazinger2005-11-171-24/+37
* Use -z relro/-z now on all libs, add some new variables needed later, move co...Peter S. Mazinger2005-11-171-5/+0
* Add back -L..lib to libdl linker, now that we do not hardcode path to libs in...Peter S. Mazinger2005-11-011-1/+1
* Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to...Peter S. Mazinger2005-10-271-12/+4
* Default changed to IMA compiling, disabled explicitely where currently not po...Peter S. Mazinger2005-10-261-2/+2
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-25/+32
* Add the current implementation to reviewPeter S. Mazinger2005-10-191-10/+11
* 2 more examples that show the handling of different objects in lib*.so and li...Peter S. Mazinger2005-10-191-0/+51