summaryrefslogtreecommitdiff
path: root/ldso/libdl/Makefile.in
AgeCommit message (Expand)Author
2018-04-17libdl: remove LDSO_NO_CLEANUPWaldemar Brodkorb
2017-01-22nds32: add NPTL/TLS, *context function, libm changes and code cleanupVincent Ren-Wei Chen
2016-09-26use a single libc and deduplicate threading codeWaldemar Brodkorb
2016-06-23libs: install backward compatibility symlinksAlexey Brodkin
2014-09-16buildsys: fix IS_IN_lib*Bernhard Reutner-Fischer
2013-03-07buildsys: Add missing $(SYMBOL_PREFIX) to symbol namesMarkos Chandras
2011-07-25libdl: add option for controlling dl_cleanupRichard Braun
2011-03-05Add Makefile support for DSBT ELF.Bernd Schmidt bernds_cb1@t-online.de
2010-04-22nptl: proper soname handlingNatanael Copa
2010-03-25prettify make cleanBernhard Reutner-Fischer
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2008-11-07- less verbose make cleanBernhard Reutner-Fischer
2008-06-17- move stripping into do_ar resp compile-m for the sake of simplicityBernhard Reutner-Fischer
2008-06-04- strip the targets and not prerequisitesBernhard Reutner-Fischer
2008-06-01A slight improvement over my previous commit which ensured we always rebuildBernd Schmidt
2007-10-13- use the compiler-driver instead of the linkerBernhard Reutner-Fischer
2007-03-19#1273 if EXTRAVERSION is set, make sure we respect itMike Frysinger
2006-07-05fixup my copyright notice, trim stale remnants of older notices whichEric Andersen
2005-11-22Depedencies corrected (less make oldconfig/headers), rerunning make remakes o...Peter S. Mazinger
2005-11-22rework depends and stripping so that libraries arent rebuilt all the time in ...Mike Frysinger
2005-11-21Do not create any files (dl-progname.h) in ldso anymorePeter S. Mazinger
2005-11-21Do not create header links, use -I to find them. Moved dl-progname.h to ldso/...Peter S. Mazinger
2005-11-18Add info to CFLAGS about lib we are buildingPeter S. Mazinger
2005-11-17Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding foreign...Peter S. Mazinger
2005-11-17Use -z relro/-z now on all libs, add some new variables needed later, move co...Peter S. Mazinger
2005-11-01Add back -L..lib to libdl linker, now that we do not hardcode path to libs in...Peter S. Mazinger
2005-10-27Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to...Peter S. Mazinger
2005-10-26Default changed to IMA compiling, disabled explicitely where currently not po...Peter S. Mazinger
2005-10-25All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger
2005-10-19Add the current implementation to reviewPeter S. Mazinger
2005-10-192 more examples that show the handling of different objects in lib*.so and li...Peter S. Mazinger