summaryrefslogtreecommitdiff
path: root/librt/Makefile.in
AgeCommit message (Expand)Author
2018-01-15rt: cleanup and allow to build for linuxthreadsWaldemar Brodkorb
2017-07-28rt: convert mq_timedsend/mq_timedreceive to use cancel.h macrosWaldemar Brodkorb
2016-09-26use a single libc and deduplicate threading codeWaldemar Brodkorb
2016-06-23libs: install backward compatibility symlinksAlexey Brodkin
2015-04-14librt: Add missing __dso_handleBernhard Reutner-Fischer
2015-04-14librt: Refine LIBSBernhard Reutner-Fischer
2015-04-14librt: honour HAS_STUBS in buildsysBernhard Reutner-Fischer
2015-04-14librt: Rephrase librt.so library dependenciesBernhard Reutner-Fischer
2015-04-14librt: Fix librt.so depends for !NPTLBernhard Reutner-Fischer
2015-03-31buildsys: Do not build crt upon pregenBernhard Reutner-Fischer
2015-03-31Revert "librt: Use -nodefaultlibs instead of -nostdlib"Bernhard Reutner-Fischer
2015-03-22librt: Use -nodefaultlibs instead of -nostdlibKhem Raj
2012-06-15librt: provide missing prototypes for mq_timedreceive,mq_timedsendPeter S. Mazinger
2012-03-25librt: add posix_spawn supportIsmael Luceno
2012-03-05librt: refactor source selectionMike Frysinger
2011-03-05Add Makefile support for DSBT ELF.Bernd Schmidt bernds_cb1@t-online.de
2010-06-17librt: fix linking WRT pthreadsBernhard Reutner-Fischer
2010-06-17librt: simplify handling LDFLAGSBernhard Reutner-Fischer
2010-04-22nptl: proper soname handlingNatanael Copa
2010-04-02Merge commit 'origin/master' into nptlAustin Foxley
2010-03-25prettify make cleanBernhard Reutner-Fischer
2010-02-23improve parallel make behaviourAustin Foxley
2009-10-17librt additions that are now possible with nptlAustin Foxley
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2009-01-22- also link librt with --as-needed and do so unconditionally to work aroundBernhard Reutner-Fischer
2008-12-04CLean librt/*.oS too (NPTL will add some).Carmelo Amoroso
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-03- adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer
2008-06-01A slight improvement over my previous commit which ensured we always rebuildBernd Schmidt
2007-03-19#1273 if EXTRAVERSION is set, make sure we respect itMike Frysinger
2006-01-19With one source or syscall only sources there is no use of IMAPeter S. Mazinger
2005-12-06Part deux."Steven J. Hill"
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-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-02Enable IMA compiling now that syscalls workPeter S. Mazinger
2005-10-27Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to...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