summaryrefslogtreecommitdiffstats
path: root/ldso/ldso/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Add Makefile support for DSBT ELF.Bernd Schmidt bernds_cb1@t-online.de2011-03-051-0/+1
* nptl: proper soname handlingNatanael Copa2010-04-221-3/+3
* prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
* check_ld some more flagsBernhard Reutner-Fischer2009-10-091-1/+1
* ldso/: tls support for dynamic linkerAustin Foxley2009-09-261-0/+11
* 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-1/+0
* - strip the targets and not prerequisitesBernhard Reutner-Fischer2008-06-041-1/+1
* - fix dependencies of ldso.cBernhard Reutner-Fischer2008-05-301-1/+8
* - use the compiler-driver instead of the linkerBernhard Reutner-Fischer2007-10-131-2/+2
* #1273 if EXTRAVERSION is set, make sure we respect itMike Frysinger2007-03-191-1/+1
* clean out arch subdirs as wellMike Frysinger2006-03-021-1/+1
* just let user decide CFLAGS instead of assuming stuff for himMike Frysinger2006-02-181-7/+0
* these defines are created for use in features.h so no point in duplicating wo...Mike Frysinger2006-02-181-8/+0
* make sure ldso is rebuilt if source files are updatedMike Frysinger2006-02-181-0/+1
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-1/+1
* fix up ability to rename ldsoMike Frysinger2006-01-131-17/+17
* remove .oS tooMike Frysinger2005-12-141-1/+1
* Added .oS asm targets and make ldso build w/ -DSHARED (needed by nptl)Peter S. Mazinger2005-11-281-1/+1
* Depedencies corrected (less make oldconfig/headers), rerunning make remakes o...Peter S. Mazinger2005-11-221-3/+2
* remove headers_done since it broke buildroot againMike Frysinger2005-11-221-1/+1
* Do not create any files (dl-progname.h) in ldso anymorePeter S. Mazinger2005-11-211-13/+3
* Do not create header links, use -I to find them. Moved dl-progname.h to ldso/...Peter S. Mazinger2005-11-211-11/+3
* fix up ifdef checks so dl_iterate_phdr is defined in all the proper objectsMike Frysinger2005-11-201-1/+1
* make -j2 works herePeter S. Mazinger2005-11-181-2/+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-31/+55
* Use -z relro/-z now on all libs, add some new variables needed later, move co...Peter S. Mazinger2005-11-171-5/+0
* Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to...Peter S. Mazinger2005-10-271-2/+2
* 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-14/+25
* Add the current implementation to reviewPeter S. Mazinger2005-10-191-0/+59