summaryrefslogtreecommitdiff
path: root/libc/Makefile.in
AgeCommit message (Expand)Author
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
2005-11-03Disable DOMULTI for these, because gcc-4.0.2 can't cope with themPeter S. Mazinger
2005-11-03Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with...Peter S. Mazinger
2005-10-27Allow using ssp w/ current active Makefiles too. Build crts for non-shared ar...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-25All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger