Age | Commit message (Expand) | Author |
2009-08-17 | support building out-of-tree | Bernhard Reutner-Fischer |
2008-11-07 | - less verbose make clean | Bernhard Reutner-Fischer |
2008-06-17 | - move stripping into do_ar resp compile-m for the sake of simplicity | Bernhard Reutner-Fischer |
2008-06-04 | - strip the targets and not prerequisites | Bernhard Reutner-Fischer |
2008-06-01 | A slight improvement over my previous commit which ensured we always rebuild | Bernd Schmidt |
2007-10-13 | - use the compiler-driver instead of the linker | Bernhard Reutner-Fischer |
2007-03-19 | #1273 if EXTRAVERSION is set, make sure we respect it | Mike Frysinger |
2006-07-05 | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen |
2005-11-22 | Depedencies corrected (less make oldconfig/headers), rerunning make remakes o... | Peter S. Mazinger |
2005-11-22 | rework depends and stripping so that libraries arent rebuilt all the time in ... | Mike Frysinger |
2005-11-21 | Do not create any files (dl-progname.h) in ldso anymore | Peter S. Mazinger |
2005-11-21 | Do not create header links, use -I to find them. Moved dl-progname.h to ldso/... | Peter S. Mazinger |
2005-11-18 | Add info to CFLAGS about lib we are building | Peter S. Mazinger |
2005-11-17 | Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding foreign... | Peter S. Mazinger |
2005-11-17 | Use -z relro/-z now on all libs, add some new variables needed later, move co... | Peter S. Mazinger |
2005-11-01 | Add back -L..lib to libdl linker, now that we do not hardcode path to libs in... | Peter S. Mazinger |
2005-10-27 | Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to... | Peter S. Mazinger |
2005-10-26 | Default changed to IMA compiling, disabled explicitely where currently not po... | Peter S. Mazinger |
2005-10-25 | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch... | Peter S. Mazinger |
2005-10-19 | Add the current implementation to review | Peter S. Mazinger |
2005-10-19 | 2 more examples that show the handling of different objects in lib*.so and li... | Peter S. Mazinger |