summaryrefslogtreecommitdiff
path: root/libc/Makefile
AgeCommit message (Expand)Author
2005-11-21Remove TOPDIRPeter S. Mazinger
2005-10-29Replace all Makefiles for new build infrastucturePeter S. Mazinger
2005-10-28Backport handling of AS_NEEDEDPeter S. Mazinger
2005-10-12Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger
2005-10-11Do not defer expansions where useless, like CSRC/OBJS/LIB_NAME/AR_LIB_NAME, d...Peter S. Mazinger
2005-09-28Oops, libc.a didn't got installedPeter S. Mazinger
2005-09-28Remove ar-target and shared targets, at build time now we traverse the tree o...Peter S. Mazinger
2005-09-27Provide atexit() for static buildsPeter S. Mazinger
2005-09-26Add __cxa_atexit and __cxa_finalize, thanks to Stephen Warren. This patch bre...Peter S. Mazinger
2005-09-22no check needed in libm/libpthread, we do not recurse anymore if the related ...Peter S. Mazinger
2005-09-22Makefile cleanupsPeter S. Mazinger
2005-08-12Removed hardcoded ld-uClibc.so.0 in uClibc. From Peter Mazinger.Joakim Tjernlund
2005-07-28further refine output so the silent mode of make is truly silentMike Frysinger
2005-06-30remove pointless exit 1 ... if $(AR) fails then make will abort okMike Frysinger
2005-06-30Oops, fix link fail.Joakim Tjernlund
2005-06-29Add __libc_stack_end to libc.Joakim Tjernlund
2005-05-26Removed -z defs as a more general solution is in the works.Joakim Tjernlund
2005-05-21Pass main function ptr from crt1 to __uClibc_start_main.Joakim Tjernlund
2005-02-13touchup the $(AR) mojo to address some bugs by Peter KjellerstedtMike Frysinger
2005-01-25merge parallel build supportMike Frysinger
2005-01-19fix target dependencies to support parallel buildingMike Frysinger
2005-01-19use $(RANLIB)Mike Frysinger
2004-10-14Remove unused stuff. From Peter Mazinger.Joakim Tjernlund
2004-01-16Link with libfloat if necessary.Manuel Novoa III
2004-01-14Ok.. we need to link with libgcc.a for some archs. I haven't looked atManuel Novoa III
2003-11-04minor cleanupEric Andersen
2003-10-31Some more soft float fixes... for arm in particular (libfloat).Manuel Novoa III
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-09-11Peter Kjellerstedt writes:Eric Andersen
2003-06-05Patch from Peter S. Mazinger to make the get-needed-libgcc-objectsEric Andersen
2003-02-05Patch from Stefan Allius to make adding libgcc functions to the library anEric Andersen
2003-01-23Cleanup makefiles and make clean a bitEric Andersen
2002-11-27Make support for global constructors and global destructors beEric Andersen
2002-11-08Patch from Stefan Allius for libgcc multilib supportEric Andersen
2002-11-05Patch from Stefan Allius -- export LIBGCCEric Andersen
2002-10-25Put it back the way it was. Sigh.Eric Andersen
2002-10-25Sigh. Lets not use LD to link, or we lose the INTERP field.Eric Andersen
2002-10-01This commit contains a patch from Stefan Allius <allius@atecom.com> to changeEric Andersen
2002-09-16* Added semi-support for version scripts. If sysdeps/linux/<arch>/libc.mapTobias Anderberg
2002-08-09Be more path independentEric Andersen
2002-03-13Build our own crti.o and crtn.o with a cross arch method that IEric Andersen
2002-02-18Make shared libs properly list the correct ld.so in the interpEric Andersen
2002-01-28Fix the bug where binaries built with older toolchains wouldEric Andersen
2002-01-16Tell ld explicitly when stuff is supposed to by dynamically linkedEric Andersen
2002-01-12Make libc depend on ldsoEric Andersen
2002-01-11Cleanup makfile, use ld to avoid chicken-and-egg problems whenEric Andersen
2002-01-09Be more carefull about erroring out of shell fragments. Try toEric Andersen
2002-01-01Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' forEric Andersen