summaryrefslogtreecommitdiff
path: root/ldso/ldso/Makefile.in
AgeCommit message (Expand)Author
2017-04-01ldso: don't discard sysmbols for DODEBUG buildsVineet Gupta
2017-03-17Search the configured multilibAlexey Neyman
2016-08-25mips: add NaN supportWaldemar Brodkorb
2016-05-28ldso: Force disable -mlong-calls when compiling ldso for ARCAlexey Brodkin
2016-02-21arm: allow to build with DODEBUG=yWaldemar Brodkorb
2015-11-23xtensa: remove ldso workaround by real pointer checkWaldemar Brodkorb
2015-08-22ldso: install backward compatibility symlink by defaultWaldemar Brodkorb
2015-08-19Revert "ldso: install backward compatibility symlink by default"Waldemar Brodkorb
2015-08-15ldso: install backward compatibility symlink by defaultWaldemar Brodkorb
2015-04-15merge uClibc masterWaldemar Brodkorb
2015-04-14prelink: handle _begin in a gold-agnostic wayBernhard Reutner-Fischer
2015-04-13still required for xtensaWaldemar Brodkorb
2015-04-13Revert "gcc 4.9.x produces some calls to abort()"Waldemar Brodkorb
2015-04-13buildsys: Do not build crt upon pregenBernhard Reutner-Fischer
2015-03-31buildsys: Do not build crt upon pregenBernhard Reutner-Fischer
2015-02-20gcc 4.9.x produces some calls to abort()Waldemar Brodkorb
2014-09-16buildsys: fix IS_IN_lib*Bernhard Reutner-Fischer
2014-07-22ARC: ldso: Dont force frame pointer as it useless for unwinding on ARCVineet Gupta
2013-03-07buildsys: Add missing $(SYMBOL_PREFIX) to symbol namesMarkos Chandras
2012-01-14buildsys: cache build flags in varsMike Frysinger
2011-04-06Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso
2011-03-05Add Makefile support for DSBT ELF.Bernd Schmidt bernds_cb1@t-online.de
2010-09-17ldso: Add runtime prelink supportFilippo Arcidiacono
2010-04-22nptl: proper soname handlingNatanael Copa
2010-03-25prettify make cleanBernhard Reutner-Fischer
2009-10-09check_ld some more flagsBernhard Reutner-Fischer
2009-09-26ldso/: tls support for dynamic linkerAustin Foxley
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-05-30- fix dependencies of ldso.cBernhard Reutner-Fischer
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-03-02clean out arch subdirs as wellMike Frysinger
2006-02-18just let user decide CFLAGS instead of assuming stuff for himMike Frysinger
2006-02-18these defines are created for use in features.h so no point in duplicating wo...Mike Frysinger
2006-02-18make sure ldso is rebuilt if source files are updatedMike Frysinger
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger
2006-01-13fix up ability to rename ldsoMike Frysinger
2005-12-14 remove .oS tooMike Frysinger
2005-11-28Added .oS asm targets and make ldso build w/ -DSHARED (needed by nptl)Peter S. Mazinger
2005-11-22Depedencies corrected (less make oldconfig/headers), rerunning make remakes o...Peter S. Mazinger
2005-11-22remove headers_done since it broke buildroot againMike 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-20fix up ifdef checks so dl_iterate_phdr is defined in all the proper objectsMike Frysinger
2005-11-18make -j2 works herePeter 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