summaryrefslogtreecommitdiff
path: root/libc/Makefile.in
AgeCommit message (Expand)Author
2018-01-02remove COMPAT_ATEXITWaldemar Brodkorb
2016-12-20add stub implementation for libintl/gettextWaldemar Brodkorb
2016-12-14add libiconv-tiny implementationWaldemar Brodkorb
2016-12-02remove libintl stub and libintl.h headerWaldemar Brodkorb
2016-11-29remove libresolv stubWaldemar Brodkorb
2016-11-27remove libnsl stubWaldemar Brodkorb
2016-11-17revert 9b1077dc70e52ee85a718bce3fcfec7ae9af2967 partiallyWaldemar Brodkorb
2016-10-19create empty static files conditionallyWaldemar Brodkorb
2016-10-08cleanup libc.aWaldemar Brodkorb
2016-09-26use a single libc and deduplicate threading codeWaldemar Brodkorb
2016-08-27remove DOMULTI supportWaldemar Brodkorb
2016-06-23libs: install backward compatibility symlinksAlexey Brodkin
2015-04-13buildsys: Do not build crt upon pregenBernhard Reutner-Fischer
2014-09-16buildsys: fix IS_IN_lib*Bernhard Reutner-Fischer
2012-06-18Revert: buildsys: clean up libubacktrace linker script handlingKevin Cernekee
2012-06-15libubacktrace: temporarily workaround link issueBernhard Reutner-Fischer
2012-06-13buildsys: clean up libubacktrace linker script handlingKevin Cernekee
2011-03-05Add Makefile support for DSBT ELF.Bernd Schmidt bernds_cb1@t-online.de
2010-06-24fix race condition when generating linker scriptsBernhard 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
2009-10-17rework internal uClibc mutexes to support futex locking, and nptlAustin Foxley
2009-06-28libc.so: include all output formats in linker scriptSteve Bennett
2008-11-07- less verbose make cleanBernhard Reutner-Fischer
2008-10-08- add/use variables to make build-tools configurableBernhard 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
2008-05-31Fix a dependency to mention libc.so, not libc.so.0, as we only have a rule toBernd Schmidt
2008-02-11Omit adding 'OUTPUT_FORMAT' to the libc.so linker script if the architectureChris Zankel
2008-01-17- fix linking.Bernhard Reutner-Fischer
2008-01-17A patch from our Blackfin repository, originally from Jie Zhang. This fixesBernd Schmidt
2007-11-23Some shared flat improvements.Bernd Schmidt
2007-10-13- use the compiler-driver instead of the linkerBernhard Reutner-Fischer
2007-09-21drop LDFLAGS from OUTPUT_FORMAT until LD/LDFLAGS can be fixed in generalMike Frysinger
2007-09-15setup OUTPUT_FORMAT() in linker script (helps with multilib)Mike Frysinger
2007-03-19#1273 if EXTRAVERSION is set, make sure we respect itMike Frysinger
2006-12-08Richard Sandiford writes: add support for init/fini arrays in shared flat lib...Mike Frysinger
2006-07-05fixup my copyright notice, trim stale remnants of older notices whichEric Andersen
2006-03-09Add common part of linker scripts to a file and make use of itPeter S. Mazinger
2006-02-15DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db]...Peter S. Mazinger
2006-02-13libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger
2006-01-09Allow to use atexit() and __stack_chk_fail_local() within libcPeter S. Mazinger
2005-11-25Build libc if in a subdir and we have it as a dependencyPeter S. Mazinger
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-18make -j2 works herePeter S. Mazinger
2005-11-17Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding foreign...Peter S. Mazinger
2005-11-09use make builtin $(wildcard) rather than $(shell ls)Mike Frysinger