summaryrefslogtreecommitdiffstats
path: root/libc/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* libc.so: include all output formats in linker scriptSteve Bennett2009-06-281-2/+2
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-2/+2
* - add/use variables to make build-tools configurableBernhard Reutner-Fischer2008-10-081-1/+1
* - move stripping into do_ar resp compile-m for the sake of simplicityBernhard Reutner-Fischer2008-06-171-3/+0
* - strip the targets and not prerequisitesBernhard Reutner-Fischer2008-06-041-1/+1
* A slight improvement over my previous commit which ensured we always rebuildBernd Schmidt2008-06-011-3/+3
* Fix a dependency to mention libc.so, not libc.so.0, as we only have a rule toBernd Schmidt2008-05-311-1/+1
* Omit adding 'OUTPUT_FORMAT' to the libc.so linker script if the architectureChris Zankel2008-02-111-2/+2
* - fix linking.Bernhard Reutner-Fischer2008-01-171-1/+1
* A patch from our Blackfin repository, originally from Jie Zhang. This fixesBernd Schmidt2008-01-171-1/+1
* Some shared flat improvements.Bernd Schmidt2007-11-231-2/+5
* - use the compiler-driver instead of the linkerBernhard Reutner-Fischer2007-10-131-2/+2
* drop LDFLAGS from OUTPUT_FORMAT until LD/LDFLAGS can be fixed in generalMike Frysinger2007-09-211-1/+1
* setup OUTPUT_FORMAT() in linker script (helps with multilib)Mike Frysinger2007-09-151-0/+3
* #1273 if EXTRAVERSION is set, make sure we respect itMike Frysinger2007-03-191-1/+1
* Richard Sandiford writes: add support for init/fini arrays in shared flat lib...Mike Frysinger2006-12-081-0/+4
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-051-1/+0
* Add common part of linker scripts to a file and make use of itPeter S. Mazinger2006-03-091-3/+1
* DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db]...Peter S. Mazinger2006-02-151-4/+5
* libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger2006-02-131-10/+25
* Allow to use atexit() and __stack_chk_fail_local() within libcPeter S. Mazinger2006-01-091-1/+1
* Build libc if in a subdir and we have it as a dependencyPeter S. Mazinger2005-11-251-1/+1
* Depedencies corrected (less make oldconfig/headers), rerunning make remakes o...Peter S. Mazinger2005-11-221-16/+14
* rework depends and stripping so that libraries arent rebuilt all the time in ...Mike Frysinger2005-11-221-4/+10
* make -j2 works herePeter S. Mazinger2005-11-181-1/+1
* Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding foreign...Peter S. Mazinger2005-11-171-17/+46
* use make builtin $(wildcard) rather than $(shell ls)Mike Frysinger2005-11-091-2/+4
* Disable DOMULTI for these, because gcc-4.0.2 can't cope with themPeter S. Mazinger2005-11-031-0/+2
* Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with...Peter S. Mazinger2005-11-031-2/+0
* Allow using ssp w/ current active Makefiles too. Build crts for non-shared ar...Peter S. Mazinger2005-10-271-1/+1
* Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to...Peter S. Mazinger2005-10-271-13/+1
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+57