OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / libc / Makefile
2005-11-21 Peter S. MazingerRemove TOPDIR
2005-10-29 Peter S. MazingerReplace all Makefiles for new build infrastucture
2005-10-28 Peter S. MazingerBackport handling of AS_NEEDED
2005-10-12 Peter S. MazingerRewrote almost all Makefiles: do not use strip $(x...
2005-10-11 Peter S. MazingerDo not defer expansions where useless, like CSRC/OBJS...
2005-09-28 Peter S. MazingerOops, libc.a didn't got installed
2005-09-28 Peter S. MazingerRemove ar-target and shared targets, at build time...
2005-09-27 Peter S. MazingerProvide atexit() for static builds
2005-09-26 Peter S. MazingerAdd __cxa_atexit and __cxa_finalize, thanks to Stephen...
2005-09-22 Peter S. Mazingerno check needed in libm/libpthread, we do not recurse...
2005-09-22 Peter S. MazingerMakefile cleanups
2005-08-12 Joakim TjernlundRemoved hardcoded ld-uClibc.so.0 in uClibc. From Peter...
2005-07-28 Mike Frysingerfurther refine output so the silent mode of make is...
2005-06-30 Mike Frysingerremove pointless exit 1 ... if $(AR) fails then make...
2005-06-30 Joakim TjernlundOops, fix link fail.
2005-06-29 Joakim TjernlundAdd __libc_stack_end to libc.
2005-05-26 Joakim TjernlundRemoved -z defs as a more general solution is in the...
2005-05-21 Joakim TjernlundPass main function ptr from crt1 to __uClibc_start_main.
2005-02-13 Mike Frysingertouchup the $(AR) mojo to address some bugs by Peter...
2005-01-25 Mike Frysingermerge parallel build support
2005-01-19 Mike Frysingerfix target dependencies to support parallel building
2005-01-19 Mike Frysingeruse $(RANLIB)
2004-10-14 Joakim TjernlundRemove unused stuff. From Peter Mazinger.
2004-01-16 Manuel Novoa III Link with libfloat if necessary.
2004-01-14 Manuel Novoa III Ok.. we need to link with libgcc.a for some archs....
2003-11-04 Eric Andersenminor cleanup
2003-10-31 Manuel Novoa III Some more soft float fixes... for arm in particular...
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-09-11 Eric AndersenPeter Kjellerstedt writes:
2003-06-05 Eric AndersenPatch from Peter S. Mazinger to make the get-needed...
2003-02-05 Eric AndersenPatch from Stefan Allius to make adding libgcc function...
2003-01-23 Eric AndersenCleanup makefiles and make clean a bit
2002-11-27 Eric AndersenMake support for global constructors and global destruc...
2002-11-08 Eric AndersenPatch from Stefan Allius for libgcc multilib support
2002-11-05 Eric AndersenPatch from Stefan Allius -- export LIBGCC
2002-10-25 Eric AndersenPut it back the way it was. Sigh.
2002-10-25 Eric AndersenSigh. Lets not use LD to link, or we lose the INTERP...
2002-10-01 Eric AndersenThis commit contains a patch from Stefan Allius <allius...
2002-09-16 Tobias Anderberg* Added semi-support for version scripts. If sysdeps...
2002-08-09 Eric AndersenBe more path independent
2002-03-13 Eric AndersenBuild our own crti.o and crtn.o with a cross arch metho...
2002-02-18 Eric AndersenMake shared libs properly list the correct ld.so in...
2002-01-28 Eric AndersenFix the bug where binaries built with older toolchains...
2002-01-16 Eric AndersenTell ld explicitly when stuff is supposed to by dynamic...
2002-01-12 Eric AndersenMake libc depend on ldso
2002-01-11 Eric AndersenCleanup makfile, use ld to avoid chicken-and-egg proble...
2002-01-09 Eric AndersenBe more carefull about erroring out of shell fragments...
2002-01-01 Eric AndersenChange all 'cd <foo>; bar' constructs to 'cd <foo>...
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-09-27 Eric AndersenUpdate to accomodate the header file changes
2001-05-29 Eric AndersenRemove the now obsolete "headers" target. Fix call...
2001-05-26 Manuel Novoa III Minor fix.
2001-05-17 Eric AndersenFix up some problems noted by August Hoerandl <ahoerand...
2001-05-16 Eric AndersenFix up a few little problems
2001-05-12 Eric AndersenAdd in a libc.so link as well
2001-05-12 Eric AndersenOk, this should finish off my massive ro-organization...