| Commit message (Expand) | Author | Age | Files | Lines |
* | A slight improvement over my previous commit which ensured we always rebuild | Bernd Schmidt | 2008-06-01 | 1 | -3/+3 |
* | Fix a dependency to mention libc.so, not libc.so.0, as we only have a rule to | Bernd Schmidt | 2008-05-31 | 1 | -1/+1 |
* | Omit adding 'OUTPUT_FORMAT' to the libc.so linker script if the architecture | Chris Zankel | 2008-02-11 | 1 | -2/+2 |
* | - fix linking. | Bernhard Reutner-Fischer | 2008-01-17 | 1 | -1/+1 |
* | A patch from our Blackfin repository, originally from Jie Zhang. This fixes | Bernd Schmidt | 2008-01-17 | 1 | -1/+1 |
* | Some shared flat improvements. | Bernd Schmidt | 2007-11-23 | 1 | -2/+5 |
* | - use the compiler-driver instead of the linker | Bernhard Reutner-Fischer | 2007-10-13 | 1 | -2/+2 |
* | drop LDFLAGS from OUTPUT_FORMAT until LD/LDFLAGS can be fixed in general | Mike Frysinger | 2007-09-21 | 1 | -1/+1 |
* | setup OUTPUT_FORMAT() in linker script (helps with multilib) | Mike Frysinger | 2007-09-15 | 1 | -0/+3 |
* | #1273 if EXTRAVERSION is set, make sure we respect it | Mike Frysinger | 2007-03-19 | 1 | -1/+1 |
* | Richard Sandiford writes: add support for init/fini arrays in shared flat lib... | Mike Frysinger | 2006-12-08 | 1 | -0/+4 |
* | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen | 2006-07-05 | 1 | -1/+0 |
* | Add common part of linker scripts to a file and make use of it | Peter S. Mazinger | 2006-03-09 | 1 | -3/+1 |
* | DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db]... | Peter S. Mazinger | 2006-02-15 | 1 | -4/+5 |
* | libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a... | Peter S. Mazinger | 2006-02-13 | 1 | -10/+25 |
* | Allow to use atexit() and __stack_chk_fail_local() within libc | Peter S. Mazinger | 2006-01-09 | 1 | -1/+1 |
* | Build libc if in a subdir and we have it as a dependency | Peter S. Mazinger | 2005-11-25 | 1 | -1/+1 |
* | Depedencies corrected (less make oldconfig/headers), rerunning make remakes o... | Peter S. Mazinger | 2005-11-22 | 1 | -16/+14 |
* | rework depends and stripping so that libraries arent rebuilt all the time in ... | Mike Frysinger | 2005-11-22 | 1 | -4/+10 |
* | make -j2 works here | Peter S. Mazinger | 2005-11-18 | 1 | -1/+1 |
* | Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding foreign... | Peter S. Mazinger | 2005-11-17 | 1 | -17/+46 |
* | use make builtin $(wildcard) rather than $(shell ls) | Mike Frysinger | 2005-11-09 | 1 | -2/+4 |
* | Disable DOMULTI for these, because gcc-4.0.2 can't cope with them | Peter S. Mazinger | 2005-11-03 | 1 | -0/+2 |
* | Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with... | Peter S. Mazinger | 2005-11-03 | 1 | -2/+0 |
* | Allow using ssp w/ current active Makefiles too. Build crts for non-shared ar... | Peter S. Mazinger | 2005-10-27 | 1 | -1/+1 |
* | Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to... | Peter S. Mazinger | 2005-10-27 | 1 | -13/+1 |
* | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch... | Peter S. Mazinger | 2005-10-25 | 1 | -0/+57 |